From 2d2fc243662fe5a24b4e3e388d3a3525a0bd48f1 Mon Sep 17 00:00:00 2001 From: LaG1924 Date: Sun, 4 Jul 2021 15:05:00 +0500 Subject: Added RmlDebugger --- src/Rml.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Rml.hpp') diff --git a/src/Rml.hpp b/src/Rml.hpp index 6e4d857..edcdc8b 100644 --- a/src/Rml.hpp +++ b/src/Rml.hpp @@ -34,6 +34,7 @@ class RmlRenderInterface : public Rml::RenderInterface { GLuint Vao, Vbo, Ebo; + unsigned int vpWidth, vpHeight; public: RmlRenderInterface(RenderState &renderState); -- cgit v1.2.3