Skip to content

Commit

Permalink
Upgrade three to 0.112 + fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
makimenko committed Dec 27, 2019
1 parent abbc42a commit 80df914
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@storybook/addon-options": "^5.2.8",
"core-js": "^3.6.1",
"rxjs": "^6.5.3",
"three": "^0.110.0",
"three": "^0.112.0",
"three.meshline": "^1.2.0",
"zone.js": "~0.10.2"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/atft/src/lib/stats/stats.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class StatsService implements OnDestroy {

public create() {
if (!this.stats) {
this.stats = new Stats();
this.stats = Stats();
document.body.appendChild(this.stats.dom);
}
}
Expand Down

0 comments on commit 80df914

Please sign in to comment.