Make most resources (save for packedscenes and scripts) reload if they change on disk. Closes #4059.

This commit is contained in:
Juan Linietsky
2016-06-27 13:17:20 -03:00
parent 88e28af5e3
commit efdcf205d2
9 changed files with 35 additions and 11 deletions

View File

@ -98,10 +98,6 @@ Texture::Texture() {
bool ImageTexture::can_reload_from_file() {
return true;
}
void ImageTexture::reload_from_file() {