fix texture caching

This commit is contained in:
David Rose 2008-10-09 01:22:05 +00:00
parent 47ee723683
commit 6b438e3e09

View File

@ -3271,7 +3271,6 @@ do_assign(const Texture &copy) {
_border_color = copy._border_color; _border_color = copy._border_color;
_compression = copy._compression; _compression = copy._compression;
_match_framebuffer_format = copy._match_framebuffer_format; _match_framebuffer_format = copy._match_framebuffer_format;
_post_load_store_cache = false;
_quality_level = copy._quality_level; _quality_level = copy._quality_level;
_ram_image_compression = copy._ram_image_compression; _ram_image_compression = copy._ram_image_compression;
_ram_images = copy._ram_images; _ram_images = copy._ram_images;