mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-01-24 12:44:56 +08:00
Identity.combine(other) should just return other.
This commit is contained in:
parent
63411b427a
commit
e3ae22da80
@ -41,7 +41,7 @@ public Transform combine(Transform other) {
|
||||
if (other instanceof Identity) {
|
||||
return this;
|
||||
} else {
|
||||
return new CombinedTransform(this, other);
|
||||
return other;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user