Skip to content

Commit

Permalink
Update window.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkauzh committed Jan 28, 2024
1 parent 944a340 commit 1938efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fusionengine/engine/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def toggle_screensafer_allowed(self) -> None:

def get_vsync_enabled(self) -> bool:
"""
Returns if the window is in fullscreen mode.
Returns if the window is in vsync mode.
Returns:
bool: True if fullscreen else false
Expand Down

0 comments on commit 1938efa

Please sign in to comment.