temporarily revert fix until further investigation: causes deadlock in dx9

This commit is contained in:
David Rose 2008-10-09 01:25:01 +00:00
parent 6b438e3e09
commit b200056622
1 changed files with 1 additions and 0 deletions

View File

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