diff --git a/project/start_vr.gd b/project/start_vr.gd index ae40bb4..f1d77fe 100644 --- a/project/start_vr.gd +++ b/project/start_vr.gd @@ -38,7 +38,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() func _on_tracker_added(tracker_name: StringName, type: int) -> void: