mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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