Update the default edit.js collidesWith to include myAvatar

This commit is contained in:
Ryan Huffman 2018-11-01 09:22:56 -07:00
parent db87fe9696
commit 01b29185ca

View file

@ -278,7 +278,7 @@ const DEFAULT_ENTITY_PROPERTIES = {
All: {
description: "",
rotation: { x: 0, y: 0, z: 0, w: 1 },
collidesWith: "static,dynamic,kinematic,otherAvatar",
collidesWith: "static,dynamic,kinematic,otherAvatar,myAvatar",
collisionSoundURL: "",
cloneable: false,
ignoreIK: true,