3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-27 20:35:29 +02:00

Merge pull request from ey6es/blendface

Another slight face fix: clear the face when set, before loading the new...
This commit is contained in:
Andrzej Kapolka 2013-09-20 13:47:34 -07:00
commit 137ebc67d5

View file

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