Merge pull request #61523 from lawnjelly/portals_fix_moving_add
Portals - force full check on adding moving object
This commit is contained in:
commit
cd0b4bdb23
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ OcclusionHandle PortalRenderer::instance_moving_create(VSInstance *p_instance, R
|
|||
}
|
||||
|
||||
OcclusionHandle handle = pool_id + 1;
|
||||
instance_moving_update(handle, p_aabb);
|
||||
instance_moving_update(handle, p_aabb, true);
|
||||
return handle;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue