mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-12-07 05:34:55 -05:00
Made the event loop 11.0 friendly
This commit is contained in:
parent
03648fab63
commit
e1b64e2376
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ function Concord.init(settings)
|
||||||
|
|
||||||
local dt = 0
|
local dt = 0
|
||||||
|
|
||||||
while true do
|
return function()
|
||||||
if love.event then
|
if love.event then
|
||||||
love.event.pump()
|
love.event.pump()
|
||||||
for name, a, b, c, d, e, f in love.event.poll() do
|
for name, a, b, c, d, e, f in love.event.poll() do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue