v0.5.0: fixed buff icons still being pressable after they were removed

This commit is contained in:
Evan Debenham 2017-01-23 23:31:42 -05:00
parent d36b0d72d8
commit a992d2b8d2

View File

@ -151,6 +151,8 @@ public class BuffIndicator extends Component {
image.killAndErase(); image.killAndErase();
} }
} ); } );
icons.get( key ).destroy();
} }
} }