mirror of
https://github.com/panda3d/panda3d.git
synced 2026-03-13 13:08:59 -05:00
missed a few r speed settings
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user