1
0
Fork 0

Fixed action tooltip remaining visible after turn ended

This commit is contained in:
Michaël Lemaire 2015-03-05 01:00:00 +01:00
parent cf2f585109
commit 17afcb2b0d

View file

@ -59,6 +59,7 @@ module SpaceTac.View {
action.destroy();
});
this.actions = [];
this.tooltip.setAction(null);
Animation.fadeOut(this.game, this.cancel, 200);
}