JANITORIAL: Fix code formatting

This commit is contained in:
Eugene Sandulenko 2024-04-28 22:04:03 +02:00
parent 05103944c1
commit 9bfba6bacc
No known key found for this signature in database
GPG key ID: 014D387312D34F08

View file

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