misplaced brace on v6.0 fix

This commit is contained in:
David Rose 2004-11-18 23:22:41 +00:00
parent 35f3f1678a
commit d6a7877bcf

View File

@ -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()