parent
ffb6756d2a
commit
31e75b9d54
|
@ -1532,7 +1532,7 @@ aiString Converter::GetTexturePath(const Texture* tex)
|
||||||
path.Set(tex->RelativeFilename());
|
path.Set(tex->RelativeFilename());
|
||||||
|
|
||||||
const Video* media = tex->Media();
|
const Video* media = tex->Media();
|
||||||
if (media != 0) {
|
if (media != nullptr) {
|
||||||
bool textureReady = false; //tells if our texture is ready (if it was loaded or if it was found)
|
bool textureReady = false; //tells if our texture is ready (if it was loaded or if it was found)
|
||||||
unsigned int index;
|
unsigned int index;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue