mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
Make sure we set the texture data even if the texture URL is invalid.
This commit is contained in:
parent
e5f6445a6a
commit
873620e601
1 changed files with 0 additions and 1 deletions
|
@ -244,7 +244,6 @@ NetworkTexture::NetworkTexture(const QUrl& url, bool normalMap) :
|
|||
|
||||
if (!url.isValid()) {
|
||||
_loaded = true;
|
||||
return;
|
||||
}
|
||||
|
||||
// default to white/blue
|
||||
|
|
Loading…
Reference in a new issue