v0.3.0b: improved item emitter effects, should be more efficient and less buggy

This commit is contained in:
Evan Debenham
2015-05-29 01:35:29 -04:00
parent 4896b12e2e
commit 770b14dccc
2 changed files with 12 additions and 4 deletions
@@ -33,6 +33,7 @@ public class DiscardedItemSprite extends ItemSprite {
public void drop() {
scale.set( 1 );
am = 1;
if (emitter != null) emitter.killAndErase();
}
@Override