yarn upgrade.

This commit is contained in:
Daan Vanden Bosch 2019-10-26 17:41:13 +02:00
parent 6c828cbab4
commit e6d1730e26
3 changed files with 393 additions and 375 deletions

View File

@ -8,7 +8,7 @@
"@types/luxon": "^1.15.2", "@types/luxon": "^1.15.2",
"camera-controls": "^1.14.1", "camera-controls": "^1.14.1",
"golden-layout": "^1.5.9", "golden-layout": "^1.5.9",
"javascript-lp-solver": "^0.4.5", "javascript-lp-solver": "0.4.17",
"js-logger": "^1.6.0", "js-logger": "^1.6.0",
"lodash": "^4.17.15", "lodash": "^4.17.15",
"luxon": "^1.19.3", "luxon": "^1.19.3",

View File

@ -217,7 +217,7 @@ export class Model3DRenderer extends Renderer implements Disposable {
if (this.animation && !this.animation.action.paused) { if (this.animation && !this.animation.action.paused) {
const time = this.animation.action.time; const time = this.animation.action.time;
this.update_animation_time = false; this.update_animation_time = false;
model_store.animation_frame.val = time * PSO_FRAME_RATE + 1; model_store.set_animation_frame(time * PSO_FRAME_RATE + 1);
this.update_animation_time = true; this.update_animation_time = true;
} }
} }

764
yarn.lock

File diff suppressed because it is too large Load Diff