Fixed minor rendering glitch.

This commit is contained in:
AlgorithmX2
2014-07-12 22:23:58 -05:00
parent 423e6be0c8
commit cd95eb49ff
3 changed files with 59 additions and 52 deletions
+2
View File
@@ -21,6 +21,8 @@ public class TmpFlipableIcon extends FlipableIcon
original = nullIcon;
else
original = i;
setFlip( false, false );
}
}