Fixed font rendering.

This commit is contained in:
Jonathas Costa
2018-04-20 20:54:24 -04:00
parent 5a63500cb0
commit d42bd39fa2
2 changed files with 16 additions and 9 deletions
@@ -38,6 +38,7 @@
namespace ghoul::fontrendering {
class Font;
class FontRenderer;
} // namespace ghoul::fontrendering
namespace ghoul::opengl {
@@ -101,6 +102,7 @@ private:
std::unique_ptr<ghoul::opengl::Texture> _logoTexture;
std::unique_ptr<ghoul::fontrendering::FontRenderer> _renderer;
std::shared_ptr<ghoul::fontrendering::Font> _loadingFont;
std::shared_ptr<ghoul::fontrendering::Font> _messageFont;
std::shared_ptr<ghoul::fontrendering::Font> _itemFont;