Correct GLX function pointer loading links

This commit is contained in:
Jarcode
2019-09-08 14:55:19 -07:00
parent 25942ec6a3
commit 859bfb0b31
6 changed files with 79 additions and 44 deletions

View File

@@ -54,7 +54,7 @@ function main.entry(prog, ...)
end
local mappings = require "glava-config.mappings"
-- Associate `map_name = tbl` from mapping list for future lookups
-- Associate `map_name = tbl` from mapping list for future lookups, etc.
for k, v in pairs(mappings) do
local i = 1
local adv = false