mirror of
https://github.com/love2d/love.git
synced 2026-08-14 01:20:56 +02:00
Change l.g.isSupported('framebuffer') to l.g.isSupported('canvas')
This commit is contained in:
@@ -151,7 +151,7 @@ namespace graphics
|
||||
|
||||
StringMap<Graphics::Support, Graphics::SUPPORT_MAX_ENUM>::Entry Graphics::supportEntries[] =
|
||||
{
|
||||
{ "framebuffers", Graphics::SUPPORT_FRAMEBUFFERS },
|
||||
{ "canvas", Graphics::SUPPORT_CANVAS },
|
||||
{ "pixeleffects", Graphics::SUPPORT_PIXELEFFECTS },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user