Merge pull request #14320 from huffman/fix/default-collision-values

Update the default edit.js collidesWith to include myAvatar
This commit is contained in:
Jeff Clinton 2018-11-08 09:17:40 -08:00 committed by GitHub
commit 49bf01294a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,