mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Fixed unnecessary global namespace polution in the error handler
This commit is contained in:
@@ -816,6 +816,7 @@ function love.errhand(msg)
|
||||
|
||||
draw()
|
||||
|
||||
local e, a, b, c
|
||||
while true do
|
||||
e, a, b, c = love.event.wait()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user