-scenes are properly reloaded when a dependency changes, fixes #2896

(it's clevery done so local changes to scenes are kept even if unsaved)
This commit is contained in:
Juan Linietsky
2015-12-13 20:39:01 -03:00
parent 72ff61963b
commit 7f96f0603e
8 changed files with 146 additions and 3 deletions

View File

@ -144,7 +144,7 @@ public:
#ifdef TOOLS_ENABLED
void set_last_modified_time(uint64_t p_time) { last_modified_time=p_time; }
virtual void set_last_modified_time(uint64_t p_time) { last_modified_time=p_time; }
uint64_t get_last_modified_time() const { return last_modified_time; }
#endif