mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
REmoving the uneeded extra property
This commit is contained in:
parent
702f6229b8
commit
25213febfd
1 changed files with 1 additions and 2 deletions
|
@ -133,8 +133,7 @@ WebTablet = function (url, width, dpi, hand, clientOnly, location, visible) {
|
|||
dimensions: { x: tabletWidth, y: tabletHeight, z: tabletDepth },
|
||||
parentID: MyAvatar.SELF_ID,
|
||||
visible: visible,
|
||||
isGroupCulled: true,
|
||||
isLODEnabled: false
|
||||
isGroupCulled: true
|
||||
};
|
||||
|
||||
// compute position, rotation & parentJointIndex of the tablet
|
||||
|
|
Loading…
Reference in a new issue