Răsfoiți Sursa

Merge pull request #107445 from KoBeWi/lost_truth

Fix outdated `MODE_FULLSCREEN` description
Rémi Verschelde 2 luni în urmă
părinte
comite
34e4abd220
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      doc/classes/Window.xml

+ 0 - 1
doc/classes/Window.xml

@@ -854,7 +854,6 @@
 			Full screen mode with full multi-window support.
 			Full screen window covers the entire display area of a screen and has no decorations. The display's video mode is not changed.
 			[b]On Android:[/b] This enables immersive mode.
-			[b]On Windows:[/b] Multi-window full-screen mode has a 1px border of the [member ProjectSettings.rendering/environment/defaults/default_clear_color] color.
 			[b]On macOS:[/b] A new desktop is used to display the running project.
 			[b]Note:[/b] Regardless of the platform, enabling full screen will change the window size to match the monitor's size. Therefore, make sure your project supports [url=$DOCS_URL/tutorials/rendering/multiple_resolutions.html]multiple resolutions[/url] when enabling full screen mode.
 		</constant>