mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
remove texture restriction
This commit is contained in:
parent
f119c9c63c
commit
1e067f210b
@ -1559,12 +1559,6 @@ prepare_texture(Texture *tex) {
|
|||||||
<< tex->get_ram_image_compression() << "\n";
|
<< tex->get_ram_image_compression() << "\n";
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
if (tex->get_component_type() != Texture::T_unsigned_byte) {
|
|
||||||
tinydisplay_cat.info()
|
|
||||||
<< "not loading texture " << tex->get_name() << ": "
|
|
||||||
<< tex->get_component_type() << "\n";
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
TinyTextureContext *gtc = new TinyTextureContext(_prepared_objects, tex);
|
TinyTextureContext *gtc = new TinyTextureContext(_prepared_objects, tex);
|
||||||
gtc->_gltex = (GLTexture *)gl_zalloc(sizeof(GLTexture));
|
gtc->_gltex = (GLTexture *)gl_zalloc(sizeof(GLTexture));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user