Remove redundant dimensions in default entity properties

This commit is contained in:
Ryan Huffman 2018-11-08 16:33:25 -08:00
parent 25df605459
commit a020a09e8c

View file

@ -466,7 +466,6 @@ const DEFAULT_ENTITY_PROPERTIES = {
isSpotlight: false,
exponent: 1.0,
cutoff: 75.0,
dimensions: { x: 20, y: 20, z: 20 },
},
};