mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
oops
This commit is contained in:
parent
091dfc1a82
commit
8413388055
@ -771,7 +771,7 @@ do_invert_compose(const TransformState *other) const {
|
||||
pos += quat.xform(other->get_pos()) * scale;
|
||||
quat = other->get_quat() * quat;
|
||||
quat.normalize();
|
||||
new_scale = other->get_uniform_scale() * scale;
|
||||
new_scale = other->get_scale() * scale;
|
||||
}
|
||||
|
||||
CPT(TransformState) result =
|
||||
|
Loading…
x
Reference in New Issue
Block a user