mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
fix compiler ambiguity
This commit is contained in:
parent
483d525940
commit
4279367698
@ -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]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user