We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa0ca0 commit bd6c5b5Copy full SHA for bd6c5b5
src/script-language/LuaScriptProperty.cpp
@@ -94,7 +94,7 @@ static LuaScriptProperty lua_property(sol::stack_object value) {
94
95
static LuaScriptProperty lua_export(sol::stack_object value) {
96
LuaScriptProperty property = lua_property(value);
97
- property.usage |= PROPERTY_USAGE_DEFAULT;
+ property.usage |= PROPERTY_USAGE_EDITOR;
98
return property;
99
}
100
0 commit comments