Remove redundant dimensions in default entity properties

This commit is contained in:
Ryan Huffman 2018-11-08 16:33:25 -08:00
parent 536ba645b1
commit 8c9015b224

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 },
},
};