Skip to content

Commit

Permalink
Disabled V sync
Browse files Browse the repository at this point in the history
  • Loading branch information
RealDanTheMan committed Jun 8, 2024
1 parent 1c68703 commit bdb2820
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyrousel/appwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def __init__(self, width: int = 1280, height: int = 720):
raise Exception("GLFW Window failed to initialise properly!")
else:
glfw.make_context_current(self.__win)
glfw.swap_interval(0)

# App user interface (IMGui)
self.gui = AppGUI(self.__win)
Expand Down

0 comments on commit bdb2820

Please sign in to comment.