David Rose 22 years ago
parent
commit
9ec2fbbfe0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandatool/src/eggcharbase/eggComponentData.cxx

+ 1 - 1
pandatool/src/eggcharbase/eggComponentData.cxx

@@ -118,7 +118,7 @@ void EggComponentData::
 extend_to(int model_index, int num_frames) const {
   EggBackPointer *back = get_model(model_index);
   nassertv(back != (EggBackPointer *)NULL);
-  return back->extend_to(num_frames);
+  back->extend_to(num_frames);
 }
 
 ////////////////////////////////////////////////////////////////////