diff --git a/common/platformFunctions.lua b/common/platformFunctions.lua index 58a2e7d5e9..07c3de43d8 100644 --- a/common/platformFunctions.lua +++ b/common/platformFunctions.lua @@ -35,7 +35,7 @@ local function checkRequires(allRequires) return false elseif req == 'shaders' and not hasShaders then return false - elseif req == 'fbo' and not hasVBO then + elseif req == 'fbo' and not hasFBO then return false end end