- Removed SDLTry from call to SDL_GL_SetSwapInterval
Note: "blame it on me in commit message if you want x)" sheepluva
-- Library for parameters handlingparams = {}function parseParams() if ScriptParam ~= nil then for k, v in string.gmatch(ScriptParam, "(%w+)=([^,]+)") do params[k] = v end endend