mirror of
https://github.com/godotengine/godot.git
synced 2024-11-25 05:33:11 +00:00
Merge pull request #84338 from smix8/csg_debug_crash
Fix CSGShape debug_collision_shape crash
This commit is contained in:
commit
bd7f65fa8f
@ -488,7 +488,9 @@ bool CSGShape3D::_is_debug_collision_shape_visible() {
|
||||
}
|
||||
|
||||
void CSGShape3D::_update_debug_collision_shape() {
|
||||
// NOTE: This is called only for the root shape with collision, when root_collision_shape is valid.
|
||||
if (!use_collision || !is_root_shape() || !root_collision_shape.is_valid() || !_is_debug_collision_shape_visible()) {
|
||||
return;
|
||||
}
|
||||
|
||||
ERR_FAIL_NULL(RenderingServer::get_singleton());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user