Skip to content

Commit

Permalink
Enable vsync for non-blocking mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nieznanysprawiciel committed Nov 15, 2024
1 parent 0c8a7f7 commit abb070b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swGUI/Prototypes/TextShowcase/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit abb070b

Please sign in to comment.