Fix typo and add clarifying comment.

This commit is contained in:
Christopher Bruns 2019-03-01 04:10:35 -08:00 committed by Christoph Oelckers
parent 52ab4b968f
commit 73c7afe409

View file

@ -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
}