Only set placed to true if the raycast actually found something.

This commit is contained in:
Relintai 2020-07-23 20:15:56 +02:00
parent d990f2e15e
commit 2a0eaa8610

View File

@ -190,8 +190,8 @@ func _physics_process(delta : float) -> void:
if not res.empty():
var pos : Vector3 = res["position"]
transform.origin = pos + Vector3(0, 0.2, 0)
placed = true
return
if entity.c_is_controlled: