diff --git a/swGUI/Prototypes/TextShowcase/Application.cpp b/swGUI/Prototypes/TextShowcase/Application.cpp index a4ae3d25..3adb5629 100644 --- a/swGUI/Prototypes/TextShowcase/Application.cpp +++ b/swGUI/Prototypes/TextShowcase/Application.cpp @@ -162,6 +162,7 @@ sw::ReturnResult Application::Initialize() { m_guiConfig.DebugGraphics = true; m_guiConfig.UseBlockingMode = false; + m_guiConfig.UseVSync = true; sw::ReturnResult result = sw::Success::True;