First commit

This commit is contained in:
Alexander Bock
2020-08-30 22:00:13 +02:00
parent 19c110a4c2
commit d0508be631
9 changed files with 17 additions and 21 deletions

View File

@@ -994,10 +994,7 @@ void OpenSpaceEngine::loadFonts() {
}
try {
bool initSuccess = ghoul::fontrendering::FontRenderer::initialize();
if (!initSuccess) {
LERROR("Error initializing default font renderer");
}
ghoul::fontrendering::FontRenderer::initialize();
}
catch (const ghoul::RuntimeError& err) {
LERRORC(err.component, err.message);