mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +08:00
[lua] Closes #755, typo in AnimationState:disposeNext
This commit is contained in:
parent
88228e8bd9
commit
d686231a92
@ -689,7 +689,7 @@ function AnimationState:disposeNext (entry)
|
||||
local queue = self.queue
|
||||
while _next do
|
||||
queue:dispose(_next)
|
||||
_next = next.next
|
||||
_next = _next.next
|
||||
end
|
||||
entry.next = nil
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user