removed whitespace

This commit is contained in:
Dante Ruiz 2017-01-04 17:40:09 +00:00
parent f81402fb0f
commit 3f34cb863e
2 changed files with 1 additions and 3 deletions

View file

@ -111,9 +111,7 @@ signals:
private slots:
void addButtonsToHomeScreen();
protected:
void removeButtonsFromHomeScreen();
QQuickItem* getQmlTablet() const;

View file

@ -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);