From 242317c1f7f2a6abdfbdbc99d5297539bbdc842f Mon Sep 17 00:00:00 2001 From: hnOsmium0001 Date: Sat, 30 Apr 2022 13:55:20 -0700 Subject: 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