You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
PropertyUsage: Rename "DO_NOT_SHARE_ON_DUPLICATE" to "ALWAYS_DUPLICATE"
This commit is contained in:
@@ -111,7 +111,7 @@ namespace Godot.SourceGenerators
|
||||
ClassIsEnum = 65536,
|
||||
NilIsVariant = 131072,
|
||||
Array = 262144,
|
||||
DoNotShareOnDuplicate = 524288,
|
||||
AlwaysDuplicate = 524288,
|
||||
HighEndGfx = 1048576,
|
||||
NodePathFromSceneRoot = 2097152,
|
||||
ResourceNotPersistent = 4194304,
|
||||
|
||||
Reference in New Issue
Block a user