diff --git a/panda/src/egg/eggGroup.cxx b/panda/src/egg/eggGroup.cxx index e8d2f24071..f29a2006d0 100644 --- a/panda/src/egg/eggGroup.cxx +++ b/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 ©) { _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();