Fixed bug in getTy().
This commit is contained in:
@@ -111,7 +111,7 @@ public class AffineTransform extends AbstractTransform
|
||||
|
||||
@Override // from Transform
|
||||
public float getTy () {
|
||||
return this.tx;
|
||||
return this.ty;
|
||||
}
|
||||
|
||||
@Override // from Transform
|
||||
|
||||
Reference in New Issue
Block a user