fix compiler ambiguity

This commit is contained in:
David Rose 2009-06-10 21:07:13 +00:00
parent 483d525940
commit 4279367698

View File

@ -338,7 +338,7 @@ EggGroupNode * BamToEgg::convert_animGroup_node(AnimGroup *animGroup, double fps
if (xmfTable->has_table(table_id)) {
for (unsigned int j = 0; j < table.size(); j++) {
egg_anim->add_component_data(componentName, table[j]);
egg_anim->add_component_data(componentName, table[(int)j]);
}
}
}