Merge branch 'master' of gitlab.polimi.it:DAER/frame-sim/marsh/visualisation-marsh

This commit is contained in:
Marek S. Łukasiewicz 2025-02-20 17:18:34 +01:00
commit 681c313870

View file

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