Properly disabled the bug info collider on the bug marker dummy.
This commit is contained in:
parent
bf014d0e38
commit
d279bef2b1
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user