Make sure we set the texture data even if the texture URL is invalid.

This commit is contained in:
Andrzej Kapolka 2014-04-14 12:27:15 -07:00
parent e5f6445a6a
commit 873620e601

View file

@ -244,7 +244,6 @@ NetworkTexture::NetworkTexture(const QUrl& url, bool normalMap) :
if (!url.isValid()) {
_loaded = true;
return;
}
// default to white/blue