diff options
| author | Juan Linietsky | 2017-08-29 20:17:34 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-08-29 20:17:59 -0300 |
| commit | 181420f3b229f8e40a1bfe7bfafd3f3a19af0d32 (patch) | |
| tree | 727e5287efb07770cac6f2f0cc322c638f1b2c12 /editor/filesystem_dock.h | |
| parent | 145ff58277a5145026be9887666a2acd50559e80 (diff) | |
| download | godot-181420f3b229f8e40a1bfe7bfafd3f3a19af0d32.tar.gz godot-181420f3b229f8e40a1bfe7bfafd3f3a19af0d32.tar.zst godot-181420f3b229f8e40a1bfe7bfafd3f3a19af0d32.zip | |
Diffstat (limited to 'editor/filesystem_dock.h')
| -rw-r--r-- | editor/filesystem_dock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/filesystem_dock.h b/editor/filesystem_dock.h index c33a745ce..a35b14508 100644 --- a/editor/filesystem_dock.h +++ b/editor/filesystem_dock.h @@ -169,6 +169,7 @@ private: StringName type; int import_status; //0 not imported, 1 - ok, 2- must reimport, 3- broken Vector<String> sources; + bool import_broken; bool operator<(const FileInfo &fi) const { return name < fi.name; |
