Browse Source

fix Texture::reload()

David Rose 19 years ago
parent
commit
92192adc31
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/gobj/texture.cxx

+ 1 - 0
panda/src/gobj/texture.cxx

@@ -534,6 +534,7 @@ bool Texture::
 reload() {
   if (_loaded_from_image && has_filename()) {
     reload_ram_image();
+    ++_modified;
     return has_ram_image();
   }