Skip to content

Commit

Permalink
Fix typo hasVBO -> hasFBO. (#4044)
Browse files Browse the repository at this point in the history
  • Loading branch information
saurtron authored Dec 20, 2024
1 parent 3e362fd commit 2882b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/platformFunctions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2882b3e

Please sign in to comment.