mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-14 16:01:30 -06:00
Update Ghoul repository
Adapt to Ghoul changes in function names
This commit is contained in:
@@ -674,7 +674,7 @@ void OpenSpaceEngine::loadFonts() {
|
||||
if (!initSuccess)
|
||||
LERROR("Error initializing default font renderer");
|
||||
|
||||
ghoul::fontrendering::FontRenderer::defaultRenderer().setWindowSize(glm::vec2(_windowWrapper->currentDrawBufferResolution()));
|
||||
ghoul::fontrendering::FontRenderer::defaultRenderer().setFramebufferSize(glm::vec2(_windowWrapper->currentDrawBufferResolution()));
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user