mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-08-31 01:18:29 -04: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
|
||||
|
||||
while true do
|
||||
return function()
|
||||
if love.event then
|
||||
love.event.pump()
|
||||
for name, a, b, c, d, e, f in love.event.poll() do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue