Replace AABB has_no_volume with has_volume
Also replace has_no_surface with has_surface
This commit is contained in:
parent
e7a0a97c0b
commit
817ae95667
8 changed files with 33 additions and 32 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue