From e3fd52ae46936f297b57aae5b5ca63cd9066e5cc Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期四, 07 四月 2022 16:49:11 +0800
Subject: [PATCH] #
---
static/js/app.js | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/static/js/app.js b/static/js/app.js
index 4da6b6d..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 );
@@ -369,7 +369,6 @@
for (let staData of StaDatas) {
let staTask = getArrVal(this.staTasks, "no", staData.no);
if (null == staTask) {
- console.log(staTask)
this.staTasks.push(new StaTask(staData, this));
} else {
if(!staTask.run) {
--
Gitblit v1.9.1