From b5dd528faf618a488b234d104a52262831a714e1 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Tue, 18 Apr 2023 00:48:33 +0200 Subject: [PATCH] Update About > Troubleshooting for Godot 4 --- about/troubleshooting.rst | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/about/troubleshooting.rst b/about/troubleshooting.rst index 22d1f8fa1..78328b3cc 100644 --- a/about/troubleshooting.rst +++ b/about/troubleshooting.rst @@ -1,5 +1,3 @@ -:article_outdated: True - .. _doc_troubleshooting: Troubleshooting @@ -98,15 +96,6 @@ default values in the NVIDIA Control Panel. To disable this overlay on Linux, open ``nvidia-settings``, go to **X Screen 0 > OpenGL Settings** then uncheck **Enable Graphics API Visual Indicator**. -The project window doesn't appear centered when I run the project ------------------------------------------------------------------ - -This is a `known bug `__. To -resolve this, open **Project > Project Settings**, make sure **Advanced -Settings** is active, and enable **Display > Window -> DPI > Allow hiDPI**. On top of that, make sure your project is configured to -support :ref:`multiple resolutions `. - The project works when run from the editor, but fails to load some files when running from an exported copy -----------------------------------------------------------------------------------------------------------