mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 00:13:53 +02:00
resolve conflicts on merge with upstream master
This commit is contained in:
parent
1dd21a450e
commit
53108b01ef
1 changed files with 2 additions and 2 deletions
|
@ -354,8 +354,8 @@ void reset_sensors()
|
|||
//
|
||||
myAvatar.setRenderYaw(startYaw);
|
||||
|
||||
yaw = renderYawRate = 0;
|
||||
pitch = renderPitch = renderPitchRate = 0;
|
||||
renderYawRate = 0;
|
||||
renderPitchRate = 0;
|
||||
myAvatar.setBodyPosition(start_location);
|
||||
headMouseX = WIDTH/2;
|
||||
headMouseY = HEIGHT/2;
|
||||
|
|
Loading…
Reference in a new issue