mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
adding a fail case for node_frame_inv
This commit is contained in:
parent
06bc35360d
commit
e2127a0ba2
@ -1243,6 +1243,8 @@ adjust_under() {
|
||||
if (invert_ok) {
|
||||
_node_frame_inv =
|
||||
new MatrixFrame(invert(get_node_frame()));
|
||||
} else {
|
||||
_node_frame_inv = NULL;
|
||||
}
|
||||
|
||||
_vertex_to_node =
|
||||
|
Loading…
x
Reference in New Issue
Block a user