Cleanup RenderEngine to completely rely on Ghoul font rendering

This commit is contained in:
Alexander Bock
2015-11-17 17:31:43 -05:00
parent f9677adb38
commit 4f7ab5321f
3 changed files with 186 additions and 201 deletions

View File

@@ -143,6 +143,10 @@ private:
float _currentFadeTime;
int _fadeDirection;
// bool _sgctRenderStatisticsVisible;
ghoul::fontrendering::Font* _fontInfo = nullptr;
ghoul::fontrendering::Font* _fontDate = nullptr;
ghoul::fontrendering::Font* _fontLog = nullptr;
bool _visualizeABuffer;
ABufferVisualizer* _visualizer;