mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 08:36:26 +02:00
Merge pull request #968 from ey6es/blendface
Another slight face fix: clear the face when set, before loading the new...
This commit is contained in:
commit
137ebc67d5
1 changed files with 3 additions and 0 deletions
|
@ -108,6 +108,9 @@ void BlendFace::setModelURL(const QUrl& url) {
|
||||||
_modelReply = 0;
|
_modelReply = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// clear the current geometry, if any
|
||||||
|
setGeometry(FBXGeometry());
|
||||||
|
|
||||||
// remember the URL
|
// remember the URL
|
||||||
_modelURL = url;
|
_modelURL = url;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue