Replace AABB has_no_volume with has_volume
Also replace has_no_surface with has_surface
This commit is contained in:
@ -1563,7 +1563,7 @@ void RendererSceneCull::_update_instance(Instance *p_instance) {
|
||||
}
|
||||
}
|
||||
|
||||
if (p_instance->aabb.has_no_surface()) {
|
||||
if (!p_instance->aabb.has_surface()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user