mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +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
|
||||
// Determine if we're head or controller relative...
|
||||
glm::vec3 forward;
|
||||
glm::vec3 right;
|
||||
glm::vec3 forward, right;
|
||||
|
||||
const int movementReference = getMovementReference();
|
||||
CameraMode cameraMode = qApp->getCamera().getMode();
|
||||
|
|
Loading…
Reference in a new issue