Update main.lua

This commit is contained in:
Ishaan Bhardwaj 2023-07-01 23:30:36 -04:00
parent 80de771d2a
commit df19129228

View File

@ -298,6 +298,7 @@ end
local TARGET_FPS = 60
local FRAME_DURATION = 1.0 / TARGET_FPS
-- custom run function; optimizes game by syncing draw/update calls
function love.run()
if love.load then love.load(love.arg.parseGameArguments(arg), arg) end