From c469dda2c785be60a368575fc66f4b3adb895479 Mon Sep 17 00:00:00 2001 From: David Rose Date: Sun, 11 Oct 2009 20:57:42 +0000 Subject: [PATCH] another fix to texture::reload() --- panda/src/gobj/texture.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/panda/src/gobj/texture.cxx b/panda/src/gobj/texture.cxx index 3a941f39d4..980a676658 100644 --- a/panda/src/gobj/texture.cxx +++ b/panda/src/gobj/texture.cxx @@ -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;