From f766bad7db4b95eb756cb43d85578256904c050a Mon Sep 17 00:00:00 2001 From: betalars Date: Thu, 23 Jan 2025 23:44:31 +0100 Subject: [PATCH] Add link to original issue Co-authored-by: tetrapod <145553014+tetrapod00@users.noreply.github.com> --- tutorials/plugins/running_code_in_the_editor.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutorials/plugins/running_code_in_the_editor.rst b/tutorials/plugins/running_code_in_the_editor.rst index 907b72e88..7688c6565 100644 --- a/tutorials/plugins/running_code_in_the_editor.rst +++ b/tutorials/plugins/running_code_in_the_editor.rst @@ -152,7 +152,8 @@ Save the script and return to the editor. You should now see your object rotate. If you run the game, it will also rotate. .. warning:: - You may need to restart the editor. This is a known bug found in all Godot 4 versions. + You may need to restart the editor. This is a known bug found in all Godot 4 versions: + `GH-66381 `_. .. image:: img/rotating_in_editor.gif