summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorEric M <itsjusteza@gmail.com>2020-08-14 18:04:34 +1000
committerEric M <itsjusteza@gmail.com>2020-08-18 09:12:02 +1000
commit8f54e8bfb54512b55de72047683ffc42ba64d748 (patch)
tree5ca52fad3a943f1822aea28a13d96def6e169b43 /core
parentba1109a3b3596d263182836c4f45cbffd12ac8f2 (diff)
Fixed issues with adding custom project settings and added confirmation dialog when deleting settings.
Diffstat (limited to 'core')
-rw-r--r--core/project_settings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/project_settings.h b/core/project_settings.h
index 686f6f3873..70b54ec854 100644
--- a/core/project_settings.h
+++ b/core/project_settings.h
@@ -76,8 +76,8 @@ protected:
};
bool registering_order = true;
- int last_order = 0;
- int last_builtin_order = NO_BUILTIN_ORDER_BASE;
+ int last_order = NO_BUILTIN_ORDER_BASE;
+ int last_builtin_order = 0;
Map<StringName, VariantContainer> props;
String resource_path;
Map<StringName, PropertyInfo> custom_prop_info;