mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Coding style fixes
This commit is contained in:
@@ -228,7 +228,7 @@ void CefWebGuiModule::internalInitialize(const ghoul::Dictionary& configuration)
|
||||
});
|
||||
|
||||
global::callback::postDraw->emplace_back([this]() {
|
||||
bool windowChanged = global::windowDelegate->windowHasResized();
|
||||
bool windowChanged = global::windowDelegate->windowHasResized();
|
||||
if (_instance && (windowChanged || _instance->_shouldReshape)) {
|
||||
const glm::ivec2 res = global::windowDelegate->guiWindowResolution();
|
||||
_instance->reshape(static_cast<glm::ivec2>(
|
||||
|
||||
Reference in New Issue
Block a user