Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
van800 committed Jan 15, 2024
1 parent 00cbb06 commit 68070d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resharper/src/ProjectModel/GodotTracker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class GodotTracker
public GodotTracker(ISolution solution, ILogger logger, ISolutionLoadTasksScheduler tasksScheduler)
{
var model = solution.GetProtocolSolution().GetGodotFrontendBackendModel();
tasksScheduler.EnqueueTask(new SolutionLoadTask("UnityTechnologyDescriptionCollector",
tasksScheduler.EnqueueTask(new SolutionLoadTask(GetType(),
SolutionLoadTaskKinds.Done,
() =>
{
Expand Down

0 comments on commit 68070d1

Please sign in to comment.