Allow the game to run without VR
This commit is contained in:
parent
2869d390f8
commit
a9aa7843d9
1 changed files with 2 additions and 1 deletions
|
|
@ -37,7 +37,8 @@ func _ready() -> void:
|
||||||
else:
|
else:
|
||||||
# We couldn't start OpenXR.
|
# We couldn't start OpenXR.
|
||||||
print("OpenXR not instantiated!")
|
print("OpenXR not instantiated!")
|
||||||
get_tree().quit()
|
# Allow the game to run without VR
|
||||||
|
#get_tree().quit()
|
||||||
|
|
||||||
|
|
||||||
# Handle OpenXR session ready.
|
# Handle OpenXR session ready.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue