Fix #21696: Fullscreen, removed unnecessary comments

This commit is contained in:
kaavyar 2024-04-23 16:41:36 -04:00
parent 0c1f2ecb5f
commit a74cea7b57
1 changed files with 0 additions and 2 deletions

View File

@ -762,8 +762,6 @@ private:
UpdateFullscreenResolutions();
// Fix #4022: Force Mac to windowed to avoid cursor offset on launch issue
// Fix #21696: This workaround is obsolete, reverting it so that Mac remembers window mode
SetFullscreenMode(static_cast<FULLSCREEN_MODE>(gConfigGeneral.FullscreenMode));
TriggerResize();
}