mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Fix unfortunate typo in AffineTransform
This commit is contained in:
parent
1e6e54b85a
commit
49fde59716
@ -116,7 +116,7 @@ public class AffineTransform implements Transform {
|
|||||||
return false;
|
return false;
|
||||||
if (m11 != 1)
|
if (m11 != 1)
|
||||||
return false;
|
return false;
|
||||||
if (m22 != 0)
|
if (m22 != 1)
|
||||||
return false;
|
return false;
|
||||||
if (m01 != 0)
|
if (m01 != 0)
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user