diff --git a/node/server/public/app.js b/node/server/public/app.js index 2b26e0a..2225ddd 100644 --- a/node/server/public/app.js +++ b/node/server/public/app.js @@ -308,6 +308,7 @@ class Spirit { } }); this.scene.add(this.grp); + this._setupPicking(); } update(dt) {