mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
misplaced brace on v6.0 fix
This commit is contained in:
parent
35f3f1678a
commit
d6a7877bcf
@ -791,12 +791,12 @@ process_model_node(MayaNodeDesc *node_desc) {
|
|||||||
if (mayaegg_cat.is_debug()) {
|
if (mayaegg_cat.is_debug()) {
|
||||||
mayaegg_cat.debug()
|
mayaegg_cat.debug()
|
||||||
<< "Node is not really a camera: " << path << "\n";
|
<< "Node is not really a camera: " << path << "\n";
|
||||||
|
|
||||||
// Just a generic node.
|
|
||||||
EggGroup *egg_group = _tree.get_egg_group(node_desc);
|
|
||||||
get_transform(node_desc, dag_path, egg_group);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Just a generic node.
|
||||||
|
EggGroup *egg_group = _tree.get_egg_group(node_desc);
|
||||||
|
get_transform(node_desc, dag_path, egg_group);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
if (mayaegg_cat.is_debug()) {
|
if (mayaegg_cat.is_debug()) {
|
||||||
mayaegg_cat.debug()
|
mayaegg_cat.debug()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user