mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
remove extra debug statements
This commit is contained in:
parent
242920ed62
commit
e55ff47bb0
@ -808,10 +808,6 @@ get_transform(const MDagPath &dag_path, EggGroup *egg_group) {
|
||||
p3d = p3d * egg_group->get_parent()->get_vertex_frame_inv();
|
||||
}
|
||||
|
||||
cerr << egg_group->get_name()
|
||||
<< "\n " << p3d
|
||||
<< "\n";
|
||||
|
||||
egg_group->clear_transform();
|
||||
egg_group->add_translate(p3d);
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user