Fix "subresources" misspelling in Resource.DEEP_DUPLICATE_NONE docs

This commit is contained in:
Alexis Brooks
2026-01-31 22:40:23 +06:00
parent d48f9d45e2
commit 5877ad3f6b

View File

@@ -186,7 +186,7 @@
</signals>
<constants>
<constant name="DEEP_DUPLICATE_NONE" value="0" enum="DeepDuplicateMode">
No subresorces at all are duplicated. This is useful even in a deep duplication to have all the arrays and dictionaries duplicated but still pointing to the original resources.
No subresources at all are duplicated. This is useful even in a deep duplication to have all the arrays and dictionaries duplicated but still pointing to the original resources.
</constant>
<constant name="DEEP_DUPLICATE_INTERNAL" value="1" enum="DeepDuplicateMode">
Only subresources without a path or with a scene-local path will be duplicated.