mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
whoops, fix texture bam loader
This commit is contained in:
parent
eb78e3bfaa
commit
3531fd2ddd
@ -5652,6 +5652,8 @@ make_from_bam(const FactoryParams ¶ms) {
|
||||
me = TexturePool::load_cube_map(filename, false, options);
|
||||
break;
|
||||
}
|
||||
|
||||
me->fillin_from(dummy);
|
||||
}
|
||||
|
||||
if (me != (Texture *)NULL) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user