From 678a179c489902211ccdef2e74d2e776efb4e6c7 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sat, 17 Feb 2024 22:01:20 +0100 Subject: [PATCH] Update source/Irrlicht/COGLESDriver.cpp --- source/Irrlicht/COGLESDriver.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/Irrlicht/COGLESDriver.cpp b/source/Irrlicht/COGLESDriver.cpp index 806da77c..1b00a001 100644 --- a/source/Irrlicht/COGLESDriver.cpp +++ b/source/Irrlicht/COGLESDriver.cpp @@ -1796,7 +1796,6 @@ void COGLES1Driver::setBasicRenderStates(const SMaterial& material, const SMater // Anti aliasing if (resetAllRenderStates || lastmaterial.AntiAliasing != material.AntiAliasing) { -// if (FeatureAvailable[IRR_ARB_multisample]) { if (material.AntiAliasing & EAAM_ALPHA_TO_COVERAGE) glEnable(GL_SAMPLE_ALPHA_TO_COVERAGE); else if (lastmaterial.AntiAliasing & EAAM_ALPHA_TO_COVERAGE)