mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Detect external modification of project.godot
This commit is contained in:
parent
412125f191
commit
c390c82014
5 changed files with 25 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue