aboutsummaryrefslogtreecommitdiffstats
path: root/src/text.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.hpp')
-rw-r--r--src/text.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/text.hpp b/src/text.hpp
index 8efe3ae..c3479ca 100644
--- a/src/text.hpp
+++ b/src/text.hpp
@@ -91,6 +91,7 @@ private:
FT_Library freetype;
std::map<std::string, FT_Face> fonts;
std::map<std::string, Font> fontData;
+ bool shouldUpdateVBOs;
void updateVBOs(void);
};