mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 05:37:26 +02:00
indentation fix
This commit is contained in:
parent
31e57a0dcd
commit
32938861cd
1 changed files with 17 additions and 23 deletions
|
@ -97,7 +97,6 @@ WebTablet = function (url, width, dpi, hand, clientOnly) {
|
|||
this.homeButtonEntity = Entities.addEntity({
|
||||
name: "homeButton",
|
||||
type: "Sphere",
|
||||
collisionless: true,
|
||||
localPosition: {x: 0, y: HOME_BUTTON_Y_OFFSET, z: 0},
|
||||
dimensions: {x: 0.05, y: 0.05, z: 0.05},
|
||||
parentID: this.tabletEntityID,
|
||||
|
@ -172,8 +171,3 @@ WebTablet.unpickle = function (string) {
|
|||
tablet.__proto__ = WebTablet.prototype;
|
||||
return tablet;
|
||||
};
|
||||
|
||||
WebTablet.prototype.getPosition = function () {
|
||||
return Overlays.getProperty(this.webOverlayID, "position");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue