diff options
Diffstat (limited to 'source/GameObject.hpp')
-rw-r--r-- | source/GameObject.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/GameObject.hpp b/source/GameObject.hpp index be53ca0..d0f94a5 100644 --- a/source/GameObject.hpp +++ b/source/GameObject.hpp @@ -33,7 +33,7 @@ private: Kind mKind; protected: - bool mStopFreePropagation : 1 = true; + bool mStopFreePropagation : 1 = false; public: static void FreeRecursive(GameObject* object); |