mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Use singular in l.g.isSupported()
This commit is contained in:
@@ -750,7 +750,7 @@ namespace opengl
|
||||
if (!Canvas::isSupported())
|
||||
supported = false;
|
||||
break;
|
||||
case Graphics::SUPPORT_PIXELEFFECTS:
|
||||
case Graphics::SUPPORT_PIXELEFFECT:
|
||||
if (!PixelEffect::isSupported())
|
||||
supported = false;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user