From e9c1c44be25cfc86140044be1ef1dd9eb81e47bb Mon Sep 17 00:00:00 2001 From: jss2a98aj Date: Sun, 5 Jan 2025 18:19:34 -0500 Subject: [PATCH] Fix OpenGL 3 fallback wording It should not say "both" where there are three APIs listed. --- doc/classes/ProjectSettings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index 45ff4ff74f2..f8ab6af6f56 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -2966,7 +2966,7 @@ [b]Note:[/b] This setting is implemented only on Windows. - If [code]true[/code], the forward renderer will fall back to OpenGL 3 if both Direct3D 12, Metal and Vulkan are not supported. + If [code]true[/code], the forward renderer will fall back to OpenGL 3 if Direct3D 12, Metal, and Vulkan are not supported. [b]Note:[/b] This setting is implemented only on Windows, Android, macOS, iOS, and Linux/X11.