mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-27 05:00:08 +08:00
Fix unfortunate typo in AffineTransform
This commit is contained in:
parent
1e6e54b85a
commit
49fde59716
@ -116,7 +116,7 @@ public boolean isIdentity() {
|
||||
return false;
|
||||
if (m11 != 1)
|
||||
return false;
|
||||
if (m22 != 0)
|
||||
if (m22 != 1)
|
||||
return false;
|
||||
if (m01 != 0)
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user