mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-24 13:01:47 +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
|
#ifdef _WIN32
|
||||||
if (!vr_enable_quadbuffered) continue;
|
if (!vr_enable_quadbuffered) continue;
|
||||||
#else
|
#else
|
||||||
continue
|
continue; // Remove quad-buffered option on Mac and Linux
|
||||||
#endif
|
#endif
|
||||||
if (!considerQuadBuffered) continue; // Probably no compatible screen mode was found
|
if (!considerQuadBuffered) continue; // Probably no compatible screen mode was found
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue