diff options
Diffstat (limited to 'src/crepe/Component.h')
-rw-r--r-- | src/crepe/Component.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/Component.h b/src/crepe/Component.h index ee795f4..0fe60b2 100644 --- a/src/crepe/Component.h +++ b/src/crepe/Component.h @@ -38,7 +38,7 @@ public: public: //! The id of the GameObject this component belongs to - const game_object_id_t GAME_OBJECT_ID; + const game_object_id_t game_object_id; //! Whether the component is active bool active = true; }; |