mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 12:53:03 +02:00
Fix unwanted hexagonal occlusion artefact
This commit is contained in:
parent
7396bf0dbe
commit
03f0b95a3f
1 changed files with 0 additions and 2 deletions
|
@ -349,9 +349,7 @@ Script.include("/~/system/libraries/controllers.js");
|
|||
});
|
||||
|
||||
_this.addToSelectedItemsList(Pointers.getPointerProperties(_this.teleportParabolaHandVisuals));
|
||||
_this.addToSelectedItemsList(Pointers.getPointerProperties(_this.teleportParabolaHandCollisions));
|
||||
_this.addToSelectedItemsList(Pointers.getPointerProperties(_this.teleportParabolaHeadVisuals));
|
||||
_this.addToSelectedItemsList(Pointers.getPointerProperties(_this.teleportParabolaHeadCollisions));
|
||||
|
||||
|
||||
var capsuleData = MyAvatar.getCollisionCapsule();
|
||||
|
|
Loading…
Reference in a new issue