mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix crash
This commit is contained in:
parent
d1752211e6
commit
ab3548cac0
1 changed files with 2 additions and 0 deletions
|
@ -593,6 +593,8 @@ bool RenderableModelEntityItem::isReadyToComputeShape() {
|
|||
|
||||
// the model is still being downloaded.
|
||||
return false;
|
||||
} else if (type == SHAPE_TYPE_MESH) {
|
||||
return (_model && _model->isLoaded());
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue