mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-14 02:22:46 +00:00
Merge pull request #15620 from AndreaCatania/p4
Reset collider on ray node
This commit is contained in:
@@ -217,6 +217,8 @@ void RayCast::_update_raycast_state() {
|
||||
against_shape = rr.shape;
|
||||
} else {
|
||||
collided = false;
|
||||
against = 0;
|
||||
against_shape = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user