From 453e1df6fb7a5847c8a5b26bd8479451091fb69d Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sat, 30 Apr 2022 13:55:20 -0700 Subject: Changeset: 20 Add ImGuizmo for GameObjects, start to make things actually render --- source/GameObject.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/GameObject.hpp') 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); -- cgit v1.2.3-70-g09d2