Skip to content

Commit 1d24b20

Browse files
authored
Merge pull request #11493 from Calinou/upgrading-to-godot-4.5-deep-duplicate
Fix typo in `DEEP_DUPLICATE_ALL` flag in Upgrading to Godot 4.5
2 parents 0e4add4 + c46068a commit 1d24b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/migrating/upgrading_to_godot_4.5.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Core
223223
it's called on. In 4.4, this duplicated everything instead, including external resources.
224224
If you were deep-duplicating a resource that contained references to other
225225
external resources, those external resources aren't duplicated anymore. You must call
226-
:ref:`Resource.duplicate_deep(RESOURCE_DEEP_DUPLICATE_ALL) <class_Resource_method_duplicate_deep>`
226+
:ref:`Resource.duplicate_deep(DEEP_DUPLICATE_ALL) <class_Resource_method_duplicate_deep>`
227227
instead to keep the old behavior.
228228

229229
.. note::

0 commit comments

Comments
 (0)