mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 04:04:38 +02:00
also cauterize non-models that are children of head
This commit is contained in:
parent
227dbd6f68
commit
dbdc50ed24
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ void EntityRenderer::render(RenderArgs* args) {
|
|||
emit requestRenderUpdate();
|
||||
}
|
||||
|
||||
if (_visible) {
|
||||
if (_visible && !_cauterized) {
|
||||
doRender(args);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue