[Scummvm-git-logs] scummvm master -> 9bfba6bacc7570be6403405077108ec9b1610dd6
sev-
noreply at scummvm.org
Sun Apr 28 20:04:35 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
9bfba6bacc JANITORIAL: Fix code formatting
Commit: 9bfba6bacc7570be6403405077108ec9b1610dd6
https://github.com/scummvm/scummvm/commit/9bfba6bacc7570be6403405077108ec9b1610dd6
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-04-28T22:04:23+02:00
Commit Message:
JANITORIAL: Fix code formatting
Changed paths:
backends/graphics/openglsdl/openglsdl-graphics.cpp
diff --git a/backends/graphics/openglsdl/openglsdl-graphics.cpp b/backends/graphics/openglsdl/openglsdl-graphics.cpp
index ff9f636d007..a27ebde9f5a 100644
--- a/backends/graphics/openglsdl/openglsdl-graphics.cpp
+++ b/backends/graphics/openglsdl/openglsdl-graphics.cpp
@@ -465,7 +465,7 @@ void OpenGLSdlGraphicsManager::refreshScreen() {
#endif
#if defined(USE_IMGUI) && SDL_VERSION_ATLEAST(2, 0, 0)
- if(_imGuiRender) {
+ if (_imGuiRender) {
ImGui_ImplOpenGL3_NewFrame();
ImGui_ImplSDL2_NewFrame(_window->getSDLWindow());
More information about the Scummvm-git-logs
mailing list