aboutsummaryrefslogtreecommitdiff
path: root/source/GameObject.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/GameObject.hpp')
-rw-r--r--source/GameObject.hpp2
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);