remove static instance field

This commit is contained in:
Matt Parker
2025-10-18 14:33:46 +10:00
parent d285ce1bf2
commit d90f0e6c28
3 changed files with 1 additions and 2 deletions

View File

@@ -48,7 +48,6 @@ public partial class IdeRoot : Control
GodotGlobalEvents.Instance = new GodotGlobalEvents();
GlobalEvents.Instance = new GlobalEvents();
BuildService.Instance = new BuildService(); // TODO: Sort out this mess with singletons, especially access across Application services
IdeOpenTabsFileManager.Instance = new IdeOpenTabsFileManager();
}
public override void _ExitTree()