From d0391f94849e4b261c80304681f1fee7ef57f634 Mon Sep 17 00:00:00 2001 From: Bill Meltsner Date: Sun, 23 May 2010 17:28:19 -0500 Subject: [PATCH] Glyph wasn't actually Volatile and thus didn't handle resolution changes very well, this is fixed --- src/modules/graphics/opengl/Glyph.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/graphics/opengl/Glyph.h b/src/modules/graphics/opengl/Glyph.h index e89cc94ee..d6c2578c0 100644 --- a/src/modules/graphics/opengl/Glyph.h +++ b/src/modules/graphics/opengl/Glyph.h @@ -27,6 +27,7 @@ #include #include #include +#include // OpenGL #include "GLee.h" @@ -39,7 +40,7 @@ namespace graphics namespace opengl { - class Glyph : public Drawable + class Glyph : public Drawable, public Volatile { private: