Coding style fixes

This commit is contained in:
Alexander Bock
2025-01-14 16:34:42 +01:00
parent 0979c486d9
commit 0bc2c4a9ee
12 changed files with 30 additions and 26 deletions

View File

@@ -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>(