This commit is contained in:
kepler155c@gmail.com
2019-12-07 12:04:58 -07:00
parent 424fff7842
commit 28b2ba3386
6 changed files with 85 additions and 101 deletions

View File

@@ -388,9 +388,9 @@ function Manager:pullEvents(...)
end
end
function Manager:exitPullEvents()
Event.exitPullEvents()
end
Manager.exitPullEvents = Event.exitPullEvents
Manager.quit = Event.exitPullEvents
Manager.start = Manager.pullEvents
local UI = Manager()