diff options
Diffstat (limited to 'ui/window.h')
-rw-r--r-- | ui/window.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/window.h b/ui/window.h index be9e114..369228a 100644 --- a/ui/window.h +++ b/ui/window.h @@ -31,14 +31,14 @@ public: protected: virtual void render() const; - struct GlewInitHelper { - GlewInitHelper(); + struct GLInitHelper { + GLInitHelper(); }; const glm::ivec2 size; SDL_WindowPtr m_window; SDL_GLContextPtr glContext; - GlewInitHelper glewinithelper; + GLInitHelper glInithelper; Collection<UIComponent> uiComponents; UIShader uiShader; }; |