This commit is contained in:
2014-10-11 11:39:21 +02:00
parent abd38c00f1
commit 0a738280e1
4 changed files with 7 additions and 7 deletions

View File

@@ -1882,7 +1882,7 @@ static void gpu_multisample(bool enable)
{
if (GLEW_VERSION_1_3 || GLEW_ARB_multisample) {
#ifdef __linux__
/* changing multisample enablement from the default (enabled) causes problems on some
/* changing multisample from the default (enabled) causes problems on some
* systems (NVIDIA/Linux) when the pixel format doesn't have a multisample buffer */
bool toggle_ok = true;