Skip to content

Commit 0ee76a4

Browse files
author
Thumperrr
committed
Enabled vertical sync for the display.
1 parent fef97f8 commit 0ee76a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Application.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ namespace chesspp
88
running(true),
99
state(new AppStateGame(this))
1010
{
11+
display.setVerticalSyncEnabled(true);
1112
}
1213

1314
int Application::Exec()

0 commit comments

Comments
 (0)