mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
another fix to texture::reload()
This commit is contained in:
parent
6534f9ba59
commit
c469dda2c7
@ -3131,7 +3131,6 @@ do_unlock_and_reload_ram_image(bool allow_compression) {
|
||||
tex->_num_components != _num_components ||
|
||||
tex->_component_width != _component_width ||
|
||||
tex->_texture_type != _texture_type ||
|
||||
tex->_format != _format ||
|
||||
tex->_component_type != _component_type) {
|
||||
|
||||
_x_size = tex->_x_size;
|
||||
|
Loading…
x
Reference in New Issue
Block a user