From 0e125e02b72242132ca31a27b0c623312f1fc9ba Mon Sep 17 00:00:00 2001 From: Scott DePouw Date: Tue, 16 Sep 2025 20:10:41 -0400 Subject: [PATCH] Update upgrading_to_godot_4.5.rst Fix a typo. --- tutorials/migrating/upgrading_to_godot_4.5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/migrating/upgrading_to_godot_4.5.rst b/tutorials/migrating/upgrading_to_godot_4.5.rst index 871d6e646..f27e065ee 100644 --- a/tutorials/migrating/upgrading_to_godot_4.5.rst +++ b/tutorials/migrating/upgrading_to_godot_4.5.rst @@ -64,7 +64,7 @@ Method ``instance_set_interpolated`` removed .. note:: In C#, the enum ``RenderingDevice.Features`` breaks compatibility because of the way the bindings generator - detects the enum prefix. New members where added to the enum in `GH-103941`_ that caused the enum member + detects the enum prefix. New members were added to the enum in `GH-103941`_ that caused the enum member ``Address`` to be renamed to ``BufferDeviceAddress``. GLTF