From 47411e2d3aff8d510904675e705db19defd4902d Mon Sep 17 00:00:00 2001 From: Lukas Date: Tue, 15 Oct 2019 22:33:51 +0200 Subject: [PATCH] Properly mark Parent class of DebugDrawer for Console hierarchy --- Engine/source/gfx/sim/debugDraw.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Engine/source/gfx/sim/debugDraw.h b/Engine/source/gfx/sim/debugDraw.h index e40889dc0..d3c75cf69 100644 --- a/Engine/source/gfx/sim/debugDraw.h +++ b/Engine/source/gfx/sim/debugDraw.h @@ -93,6 +93,7 @@ class GFont; /// class DebugDrawer : public SimObject { + typedef SimObject Parent; public: DECLARE_CONOBJECT(DebugDrawer); @@ -162,8 +163,6 @@ public: /// @} private: - typedef SimObject Parent; - static DebugDrawer* sgDebugDrawer; struct DebugPrim