whoops, fix texture bam loader

This commit is contained in:
David Rose 2009-01-23 21:25:47 +00:00
parent eb78e3bfaa
commit 3531fd2ddd

View File

@ -5652,6 +5652,8 @@ make_from_bam(const FactoryParams &params) {
me = TexturePool::load_cube_map(filename, false, options);
break;
}
me->fillin_from(dummy);
}
if (me != (Texture *)NULL) {