Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
petteramland committed Aug 18, 2023
2 parents feb67fb + d369088 commit 9812ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ursina/mouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def locked(self):
def locked(self, value):
self._locked = value
if value:
window.set_mouse_mode(window.M_relative)
window.set_mouse_mode(window.M_confined)
else:
window.set_mouse_mode(window.M_absolute)

Expand Down

0 comments on commit 9812ec3

Please sign in to comment.