1
0
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:
Aaron Franke
2023-01-10 00:04:35 -06:00
parent fab9926a95
commit 2bc0bcbd26
14 changed files with 15 additions and 15 deletions

View File

@@ -111,7 +111,7 @@ namespace Godot.SourceGenerators
ClassIsEnum = 65536,
NilIsVariant = 131072,
Array = 262144,
DoNotShareOnDuplicate = 524288,
AlwaysDuplicate = 524288,
HighEndGfx = 1048576,
NodePathFromSceneRoot = 2097152,
ResourceNotPersistent = 4194304,