mirror of
https://github.com/aap/librw.git
synced 2025-12-20 01:19:51 +00:00
some texture fixes
This commit is contained in:
@@ -635,8 +635,6 @@ Material::streamRead(Stream *stream)
|
||||
goto fail;
|
||||
}
|
||||
Texture *t = Texture::streamRead(stream);
|
||||
if(t == nil)
|
||||
goto fail;
|
||||
mat->setTexture(t);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user