Skip to content

Commit c46068a

Browse files
committed
Fix typo in DEEP_DUPLICATE_ALL flag in Upgrading to Godot 4.5
1 parent 0e4add4 commit c46068a

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)