Browse Source

missed a few r speed settings

Zachary Pavlov 16 years ago
parent
commit
1e23653549
1 changed files with 2 additions and 0 deletions
  1. 2 0
      panda/src/egg/eggGroup.cxx

+ 2 - 0
panda/src/egg/eggGroup.cxx

@@ -42,6 +42,7 @@ EggGroup(const string &name) : EggGroupNode(name) {
   _blend_color = Colorf::zero();
   _u_speed = 0;
   _v_speed = 0;
+  _r_speed = 0;
 }
 
 ////////////////////////////////////////////////////////////////////
@@ -79,6 +80,7 @@ operator = (const EggGroup &copy) {
   _tag_data = copy._tag_data;
   _u_speed = copy._u_speed;
   _v_speed = copy._v_speed;
+  _r_speed = copy._r_speed;
   _default_pose = copy._default_pose;
 
   unref_all_vertices();