Change l.g.isSupported('framebuffer') to l.g.isSupported('canvas')

This commit is contained in:
vrld
2011-08-12 14:45:55 +02:00
parent 28b4008797
commit af1e8761fa
3 changed files with 3 additions and 3 deletions
@@ -746,7 +746,7 @@ namespace opengl
supported = false;
switch(support)
{
case Graphics::SUPPORT_FRAMEBUFFERS:
case Graphics::SUPPORT_CANVAS:
if (!Canvas::isSupported())
supported = false;
break;