Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
van800 committed Dec 18, 2023
1 parent 63eb8a8 commit b9d5ac8
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 b9d5ac8

Please sign in to comment.