diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2023-01-10 00:04:35 -0600 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2023-01-24 16:05:07 -0600 |
commit | 2bc0bcbd26c809ce09f6c869515ce68d18120fdf (patch) | |
tree | 2d1ef986203c14356e6be03224777e9eace59db0 /modules/mono | |
parent | fab9926a958ffb5771c59a93f4416d3f3df45240 (diff) |
PropertyUsage: Rename "DO_NOT_SHARE_ON_DUPLICATE" to "ALWAYS_DUPLICATE"
Diffstat (limited to 'modules/mono')
-rw-r--r-- | modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/GodotEnums.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/GodotEnums.cs b/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/GodotEnums.cs index 5fb29b86da..1a72284e71 100644 --- a/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/GodotEnums.cs +++ b/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/GodotEnums.cs @@ -111,7 +111,7 @@ namespace Godot.SourceGenerators ClassIsEnum = 65536, NilIsVariant = 131072, Array = 262144, - DoNotShareOnDuplicate = 524288, + AlwaysDuplicate = 524288, HighEndGfx = 1048576, NodePathFromSceneRoot = 2097152, ResourceNotPersistent = 4194304, |