Director: now has a goal. Goal inherits from Scene

This commit is contained in:
2025-01-04 11:36:50 -04:00
parent c3461a73bb
commit 6ae037c7e7
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class Scene
public:
using Id = uint32_t;
Scene() :
Scene(void) :
cursor(commands)
{}
~Scene() = default;