From 3770fee3778f74112d3687ad0c382f0aefa5d7a4 Mon Sep 17 00:00:00 2001 From: uis Date: Wed, 19 Dec 2018 14:45:39 +0300 Subject: Fixes #29 --- src/RendererEntity.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/RendererEntity.hpp') diff --git a/src/RendererEntity.hpp b/src/RendererEntity.hpp index 76548c6..51d4163 100644 --- a/src/RendererEntity.hpp +++ b/src/RendererEntity.hpp @@ -16,4 +16,6 @@ public: GLint modelLoc = 0; GLint colorLoc = 0; -}; \ No newline at end of file + + static GLuint GetVao(); +}; -- cgit v1.2.3