Allow the game to run without VR

This commit is contained in:
Marek S. Łukasiewicz 2025-02-18 16:59:46 +01:00
parent 2869d390f8
commit a9aa7843d9

View file

@ -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.