mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-17 10:10:31 +02:00
removed whitespace
This commit is contained in:
parent
f81402fb0f
commit
3f34cb863e
2 changed files with 1 additions and 3 deletions
|
@ -111,9 +111,7 @@ signals:
|
|||
|
||||
private slots:
|
||||
void addButtonsToHomeScreen();
|
||||
|
||||
protected:
|
||||
|
||||
void removeButtonsFromHomeScreen();
|
||||
QQuickItem* getQmlTablet() const;
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ function calcSpawnInfo(hand) {
|
|||
var finalOffset = Vec3.sum(frontOffset, Vec3.multiply(-0.3, front));
|
||||
return {
|
||||
position: finalOffset,
|
||||
rotation: Quat.lookAt(finalOffset, HMD.position, Y_AXIS)
|
||||
rotation: Quat.lookAt(finalOffset, HMD.position, Y_AXIS)
|
||||
};
|
||||
} else {
|
||||
var front = Quat.getFront(MyAvatar.orientation);
|
||||
|
|
Loading…
Reference in a new issue