]> git.localhorst.tv Git - blank.git/blobdiff - src/world/World.hpp
render entity bounds in debug mode
[blank.git] / src / world / World.hpp
index e29474e99f47af5e164943a4965fd896cbc2ee17..7ee5f4306a228260f172d594c8776056020fcb6d 100644 (file)
@@ -101,6 +101,7 @@ public:
        void Update(Entity &, float dt);
 
        void Render(Viewport &);
+       void RenderDebug(Viewport &);
 
 private:
        using EntityHandle = std::list<Entity>::iterator;