mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:08:00 +02:00
Remove accidental change of style in a variable declaration.
This commit is contained in:
parent
7e5680b2a6
commit
d49cdfff6b
1 changed files with 1 additions and 2 deletions
|
@ -3821,8 +3821,7 @@ glm::vec3 MyAvatar::calculateScaledDirection() {
|
||||||
|
|
||||||
// compute action input
|
// compute action input
|
||||||
// Determine if we're head or controller relative...
|
// Determine if we're head or controller relative...
|
||||||
glm::vec3 forward;
|
glm::vec3 forward, right;
|
||||||
glm::vec3 right;
|
|
||||||
|
|
||||||
const int movementReference = getMovementReference();
|
const int movementReference = getMovementReference();
|
||||||
CameraMode cameraMode = qApp->getCamera().getMode();
|
CameraMode cameraMode = qApp->getCamera().getMode();
|
||||||
|
|
Loading…
Reference in a new issue