diff --git a/project/start_vr.gd b/project/start_vr.gd index c610b4c..b9f1026 100644 --- a/project/start_vr.gd +++ b/project/start_vr.gd @@ -37,7 +37,8 @@ func _ready() -> void: else: # We couldn't start OpenXR. print("OpenXR not instantiated!") - get_tree().quit() + # Allow the game to run without VR + #get_tree().quit() # Handle OpenXR session ready.