Detect external modification of project.godot

This commit is contained in:
kobewi 2021-01-17 01:09:17 +01:00
parent 412125f191
commit c390c82014
5 changed files with 25 additions and 4 deletions

View file

@ -111,7 +111,7 @@ public:
struct EditedScene {
Node *root = nullptr;
String path;
uint64_t file_modified_time;
uint64_t file_modified_time = 0;
Dictionary editor_states;
List<Node *> selection;
Vector<EditorHistory::History> history_stored;