mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-06 06:55:23 +02:00
Update doll.js
This commit is contained in:
parent
a3f8c52aa3
commit
b787e71587
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@
|
|||
Entities.editEntity(this.entityID, {
|
||||
animation: {
|
||||
// Providing actual model fbx for animation used to work, now contorts doll into a weird ball
|
||||
// See bug:
|
||||
// See bug: https://app.asana.com/0/26225263936266/70097355490098
|
||||
// url: "http://hifi-public.s3.amazonaws.com/models/Bboys/bboy2/bboy2.fbx",
|
||||
running: false,
|
||||
}
|
||||
|
@ -80,4 +80,4 @@
|
|||
};
|
||||
// entity scripts always need to return a newly constructed object of our type
|
||||
return new Doll();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue