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.
2 parents abc2a14 + 7f79fac commit d6a24cdCopy full SHA for d6a24cd
godot-macros/src/class/data_models/property.rs
@@ -89,7 +89,7 @@ pub fn make_property_impl(class_name: &Ident, fields: &Fields) -> TokenStream {
89
90
let usage_flags = match usage_flags {
91
UsageFlags::Inferred => {
92
- quote! { ::godot::engine::global::PropertyUsageFlags::PROPERTY_USAGE_NO_EDITOR }
+ quote! { ::godot::engine::global::PropertyUsageFlags::PROPERTY_USAGE_NONE }
93
}
94
UsageFlags::InferredExport => {
95
quote! { ::godot::engine::global::PropertyUsageFlags::PROPERTY_USAGE_DEFAULT }
0 commit comments