This commit is contained in:
2026-01-17 21:06:05 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -101,6 +101,7 @@ bool TSE::GLFW::OpenGLRenderingBackend::InitEnd()
Debug::Log("ImGui:" + std::string(ImGui::GetVersion()));
}
return true;
}
void TSE::GLFW::OpenGLRenderingBackend::onResize(int width, int height)