Bone: remove useless loadIdentity()
This commit is contained in:
parent
f836b26f2e
commit
a855915358
@ -553,7 +553,6 @@ public final class Bone implements Savable {
|
||||
Vector3f translate = modelPos.add(rotate.mult(scale.mult(modelBindInversePos, tmp2), tmp2), tmp2);
|
||||
|
||||
// Populating the matrix
|
||||
outTransform.loadIdentity();
|
||||
outTransform.setTransform(translate, scale, rotate.toRotationMatrix(tmp4));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user