mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Change l.g.isSupported('framebuffer') to l.g.isSupported('canvas')
This commit is contained in:
@@ -746,7 +746,7 @@ namespace opengl
|
||||
supported = false;
|
||||
switch(support)
|
||||
{
|
||||
case Graphics::SUPPORT_FRAMEBUFFERS:
|
||||
case Graphics::SUPPORT_CANVAS:
|
||||
if (!Canvas::isSupported())
|
||||
supported = false;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user