aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormax-001 <maxsmits21@kpnmail.nl>2024-11-21 08:49:23 +0100
committermax-001 <maxsmits21@kpnmail.nl>2024-11-21 08:49:23 +0100
commita3512cfa329d50fb72d22a39d4c134d39763815f (patch)
treef4b2cb3c283fabbb2c4cf3f890ae7944e4972cf8
parent801be9bd006a5f9f24a76067113bf1fd756aabbd (diff)
Added TODO
-rw-r--r--src/crepe/api/Scene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/Scene.h b/src/crepe/api/Scene.h
index 45595c7..74cfac3 100644
--- a/src/crepe/api/Scene.h
+++ b/src/crepe/api/Scene.h
@@ -15,9 +15,9 @@ class ComponentManager;
*/
class Scene {
protected:
+ //TODO: Use Loek's custom reference class to set ComponentManger via SceneManager instead of via constructor
/**
* \param mgr Reference to the ComponentManager
- * \param name Name of the scene
*/
Scene(ComponentManager & mgr);
//! SceneManager instances Scene