Properly disabled the bug info collider on the bug marker dummy.

This commit is contained in:
Jamie Greunbaum 2024-05-16 18:21:21 -04:00
parent bf014d0e38
commit d279bef2b1

View File

@ -216,6 +216,8 @@ func _ready() -> void:
__camera.fov = __stored_camera.fov
__camera.near = __stored_camera.near
__camera.far = __stored_camera.far
__bug_marker_dummy.enable_info = false
#endregion
func _process(_delta:float) -> void: