mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-24 21:48:46 +07:00
Resetting Animation instances clears Animation#cof reference (see #113)
This commit is contained in:
parent
28fb71de85
commit
aa948b9b1f
@ -75,6 +75,7 @@ public class Animation extends BaseDrawable implements Pool.Poolable {
|
||||
|
||||
@Override
|
||||
public void reset() {
|
||||
cof = null;
|
||||
numFrames = 0;
|
||||
numDirections = 0;
|
||||
frame = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user