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:
parent
897b1a7b11
commit
0e759ce1fa
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue