Fixed bug in getTy().

This commit is contained in:
Michael Bayne
2011-08-05 16:45:49 -07:00
parent e7cfc6c350
commit 5e7529d969
@@ -111,7 +111,7 @@ public class AffineTransform extends AbstractTransform
@Override // from Transform
public float getTy () {
return this.tx;
return this.ty;
}
@Override // from Transform