mirror of
https://github.com/overte-org/overte.git
synced 2025-08-14 01:00:18 +02:00
fixed potted plant bug
This commit is contained in:
parent
d29c337e95
commit
7789d8b3a8
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue