Skip to content

Commit 01dd7e9

Browse files
committed
Changed VSyncMode to off
1 parent 846f5a2 commit 01dd7e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/window/Box2D.WindowTests/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ private static void Main()
3838

3939
CreateBodies();
4040

41-
game.VSync = OpenTK.VSyncMode.Adaptive;
42-
game.Run(60.0, 0.0);
41+
game.VSync = OpenTK.VSyncMode.Off;
42+
game.Run(60.0, 60.0);
4343
}));
4444

4545
windowThread.Start();

0 commit comments

Comments
 (0)