v0.6.0b: fixed rare crashes based on heap items being set to null
This commit is contained in:
parent
14ffa9a160
commit
4b038a1f66
|
@ -466,7 +466,6 @@ public class Heap implements Bundlable {
|
|||
sprite.kill();
|
||||
}
|
||||
items.clear();
|
||||
items = null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue
Block a user