Skip to content

Commit f3a18b6

Browse files
authored
Fix typo "exists" to "exits"
1 parent 1269439 commit f3a18b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/xr/a_better_xr_start_script.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Signals for our script
2020
We are introducing 3 signals to our script so that our game can add further logic:
2121

2222
- ``focus_lost`` is emitted when the player takes off their headset or when the player enters the menu system of the headset.
23-
- ``focus_gained`` is emitted when the player puts their headset back on or exists the menu system and returns to the game.
23+
- ``focus_gained`` is emitted when the player puts their headset back on or exits the menu system and returns to the game.
2424
- ``pose_recentered`` is emitted when the headset requests the players position to be reset.
2525

2626
Our game should react accordingly to these signals.

0 commit comments

Comments
 (0)