1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-11-05 02:49:02 -08:00

fix actor wiping on load state

This commit is contained in:
Connor Olding 2015-05-10 11:30:45 -07:00
parent 897b1a7b11
commit 0e759ce1fa

View file

@ -342,7 +342,7 @@ function ActorLister:runwrap(now)
end
al = ActorLister()
event.onloadstate(al.wipe, 'actor wipe')
event.onloadstate(function() al:wipe() end, 'actor wipe')
while oot or mm do
local now = emu.framecount()
al:runwrap(now)