mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
Fix typo and add clarifying comment.
This commit is contained in:
parent
52ab4b968f
commit
73c7afe409
1 changed files with 1 additions and 1 deletions
|
@ -1744,7 +1744,7 @@ void UpdateVRModes(bool considerQuadBuffered)
|
|||
#ifdef _WIN32
|
||||
if (!vr_enable_quadbuffered) continue;
|
||||
#else
|
||||
continue
|
||||
continue; // Remove quad-buffered option on Mac and Linux
|
||||
#endif
|
||||
if (!considerQuadBuffered) continue; // Probably no compatible screen mode was found
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue