diff --git a/SakuraVNE/src/Application.cpp b/SakuraVNE/src/Application.cpp index 1d51e2b..56d08eb 100644 --- a/SakuraVNE/src/Application.cpp +++ b/SakuraVNE/src/Application.cpp @@ -59,6 +59,8 @@ bool Application::Init() { LOG_INFO("SDL renderer created"); } + SDL_SetRenderVSync(m_Renderer, 1); + // Imgui init IMGUI_CHECKVERSION(); ImGui::CreateContext();