mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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;
|
||||
}
|
||||
|
||||
// clear the current geometry, if any
|
||||
setGeometry(FBXGeometry());
|
||||
|
||||
// remember the URL
|
||||
_modelURL = url;
|
||||
|
||||
|
|
Loading…
Reference in a new issue