mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
missed a few r speed settings
This commit is contained in:
parent
0e773c8684
commit
1e23653549
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user