Revision | 609 (tree) |
---|---|
Time | 2010-12-07 21:26:35 |
Author | massa_senohito |
(empty log message)
@@ -670,7 +670,7 @@ | ||
670 | 670 | return this.location.Y; |
671 | 671 | } |
672 | 672 | set { |
673 | - this.directionFlags &= ( DirectionFlags.Top | DirectionFlags.Bottom ); | |
673 | + this.directionFlags &= ~( DirectionFlags.Top | DirectionFlags.Bottom ); | |
674 | 674 | if( this.location.Y > value ) { |
675 | 675 | this.directionFlags |= DirectionFlags.Top; |
676 | 676 | } |