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 8db9b2a..40e6f49 100644 --- a/src/crepe/Component.h +++ b/src/crepe/Component.h @@ -17,7 +17,7 @@ public: public: uint32_t game_object_id; - bool active; + bool active = true; }; } // namespace crepe |