mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
fix models starting as green boxes
This commit is contained in:
parent
1646f543cd
commit
c18602d22e
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ private:
|
|||
|
||||
render::ItemKey _itemKey { render::ItemKey::Builder().withTypeMeta() };
|
||||
|
||||
bool _didLastVisualGeometryRequestSucceed { false };
|
||||
bool _didLastVisualGeometryRequestSucceed { true };
|
||||
|
||||
void processMaterials();
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue