You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/FinalEngine/EngineDriver.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -93,8 +93,8 @@ public void Drive()
93
93
this.renderPipeline!.Initialize();
94
94
95
95
//// TODO: Setup a way to set a default starting scene!
96
+
//// I'm thinking the best way to handle this might be a ISceneStartup.ConfigureScene(IScene) interface.
96
97
//// TODO: Setup service configurators to register automatically through Assembly.Load for all FinalEngine.* assemblies.
97
-
//// TODO: Remove ResourceManager.Instance and use DI instead (singleton)
98
98
//// TODO: Setup a FinalEngine.Hosting project, register all configurators there and set up an entry point like a way to take a scene and set it as the default
0 commit comments