diff options
| author | ianb96 | 2018-02-14 11:32:33 -0500 |
|---|---|---|
| committer | ianb96 | 2018-02-14 11:38:02 -0500 |
| commit | e1778fb921a7800e50fd464cc16eaae6faa19ee9 (patch) | |
| tree | e2795edcb6cfaaa537e689ba87b0396ba37ce4ae /editor/plugins/script_editor_plugin.h | |
| parent | 79f48cde3d9c47e64cca6090c3db0bff1c9e557f (diff) | |
| download | godot-e1778fb921a7800e50fd464cc16eaae6faa19ee9.tar.gz godot-e1778fb921a7800e50fd464cc16eaae6faa19ee9.tar.zst godot-e1778fb921a7800e50fd464cc16eaae6faa19ee9.zip | |
Diffstat (limited to 'editor/plugins/script_editor_plugin.h')
| -rw-r--r-- | editor/plugins/script_editor_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/script_editor_plugin.h b/editor/plugins/script_editor_plugin.h index e98a4c97a..a5531c96b 100644 --- a/editor/plugins/script_editor_plugin.h +++ b/editor/plugins/script_editor_plugin.h @@ -165,6 +165,7 @@ class ScriptEditor : public PanelContainer { enum ScriptSortBy { SORT_BY_NAME, SORT_BY_PATH, + SORT_BY_NONE }; enum ScriptListName { |
