From 767fd92e1e79bd000a4fc56e78d44cc27603fa3b Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期四, 07 四月 2022 14:50:22 +0800 Subject: [PATCH] # --- static/js/app.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/static/js/app.js b/static/js/app.js index d3c5c04..e5f3e7d 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -180,7 +180,7 @@ this.composer.addPass( this.fxaaPass ); } this.initObjectSelect = function(){ - new ObjectSelect(this.scene, this.camera, this.outlinePass); + new ObjectSelect(this.scene, this.camera, this.outlinePass, this); } this.initPointLockControl = function(object){ this.controls = new PointerLockControls( this.camera, document.body ); -- Gitblit v1.9.1