Make things a bit more efficient

This commit is contained in:
Chris Brunner 2010-06-30 00:15:31 +00:00
parent e2127a0ba2
commit fec47d9aea
1 changed files with 1 additions and 1 deletions

View File

@ -1242,7 +1242,7 @@ adjust_under() {
bool invert_ok = mat.invert_from(get_node_frame());
if (invert_ok) {
_node_frame_inv =
new MatrixFrame(invert(get_node_frame()));
new MatrixFrame(mat);
} else {
_node_frame_inv = NULL;
}