fixed potted plant bug

This commit is contained in:
ericrius1 2015-09-25 11:37:04 -07:00
parent d29c337e95
commit 7789d8b3a8

View file

@ -466,7 +466,7 @@ function createSprayCan(position) {
function createPottedPlant(position) {
var modelURL = "http://hifi-public.s3.amazonaws.com/models/potted_plant/potted_plant.fbx";
var rotation = Quat.fromPitchYawRollDegress(0, 0, 0);
var rotation = Quat.fromPitchYawRollDegrees(0, 0, 0);
var entity = Entities.addEntity({
type: "Model",