Skip to content

Commit aa20038

Browse files
Update EngineDriver.cs
1 parent 5579e82 commit aa20038

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/FinalEngine/EngineDriver.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ public void Drive()
9494

9595
//// TODO: Setup a way to set a default starting scene!
9696
//// 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+
//// 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
9799

98100
var scene = this.sceneFactory.CreateScene();
99101

0 commit comments

Comments
 (0)