mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-18 10:30:11 +02:00
fix for unnecessary model URL updating
This commit is contained in:
parent
5c390473e7
commit
6339c2c48f
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ void RenderableModelEntityItem::render(RenderArgs* args) {
|
|||
|
||||
if (hasModel()) {
|
||||
if (_model) {
|
||||
if (getModelURL() != _model->getURL().toString()) {
|
||||
if (getModelURL() != _model->getURL().toEncoded()) {
|
||||
qDebug() << "Updating model URL: " << getModelURL();
|
||||
_model->setURL(getModelURL());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue