mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
oops, further fix
This commit is contained in:
parent
53b477ab6e
commit
2f52ccf8ca
@ -5652,11 +5652,10 @@ make_from_bam(const FactoryParams ¶ms) {
|
|||||||
me = TexturePool::load_cube_map(filename, false, options);
|
me = TexturePool::load_cube_map(filename, false, options);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
me->fillin_from(dummy);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (me != (Texture *)NULL) {
|
if (me != (Texture *)NULL) {
|
||||||
|
me->fillin_from(dummy);
|
||||||
me->set_name(name);
|
me->set_name(name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user