fix Texture::reload()
This commit is contained in:
parent
a0a897772b
commit
92192adc31
|
|
@ -534,6 +534,7 @@ bool Texture::
|
|||
reload() {
|
||||
if (_loaded_from_image && has_filename()) {
|
||||
reload_ram_image();
|
||||
++_modified;
|
||||
return has_ram_image();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue