fix Texture::reload()

This commit is contained in:
David Rose 2006-05-12 18:24:03 +00:00
parent a0a897772b
commit 92192adc31
1 changed files with 1 additions and 0 deletions

View File

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