Another slight face fix: clear the face when set, before loading the new one.

This commit is contained in:
Andrzej Kapolka 2013-09-20 13:46:29 -07:00
parent df0b2f4eec
commit fe0d93102e

View file

@ -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;