mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
eliminate compiler warnings
This commit is contained in:
parent
1c7b384f65
commit
cdcf1447e8
@ -293,6 +293,9 @@ convert_maya(bool from_selection) {
|
|||||||
all_ok = false;
|
all_ok = false;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case AC_invalid:
|
||||||
|
break;
|
||||||
};
|
};
|
||||||
|
|
||||||
reparent_decals(&get_egg_data());
|
reparent_decals(&get_egg_data());
|
||||||
@ -414,7 +417,7 @@ convert_char_model() {
|
|||||||
bool MayaToEggConverter::
|
bool MayaToEggConverter::
|
||||||
convert_char_chan(double start_frame, double end_frame, double frame_inc,
|
convert_char_chan(double start_frame, double end_frame, double frame_inc,
|
||||||
double output_frame_rate) {
|
double output_frame_rate) {
|
||||||
MStatus status;
|
// MStatus status;
|
||||||
|
|
||||||
EggTable *root_table_node = new EggTable();
|
EggTable *root_table_node = new EggTable();
|
||||||
get_egg_data().add_child(root_table_node);
|
get_egg_data().add_child(root_table_node);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user