mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 10:17:40 +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);
|
myAvatar.setRenderYaw(startYaw);
|
||||||
|
|
||||||
yaw = renderYawRate = 0;
|
renderYawRate = 0;
|
||||||
pitch = renderPitch = renderPitchRate = 0;
|
renderPitchRate = 0;
|
||||||
myAvatar.setBodyPosition(start_location);
|
myAvatar.setBodyPosition(start_location);
|
||||||
headMouseX = WIDTH/2;
|
headMouseX = WIDTH/2;
|
||||||
headMouseY = HEIGHT/2;
|
headMouseY = HEIGHT/2;
|
||||||
|
|
Loading…
Reference in a new issue