fozmo-3d-preview
Advanced tools
Comparing version 1.0.23 to 1.0.24
@@ -5,2 +5,3 @@ import { MainScene } from '../scenes/MainScene'; | ||
import { Utils } from '../framework/Utils/Utils'; | ||
import { ENV } from '../framework/defines/HHGameTypes'; | ||
/** | ||
@@ -62,3 +63,3 @@ * 空间管理 | ||
this.pushScene(this._mainScene); | ||
if (BPGameConfig.ShowFPS) { | ||
if (BPGameConfig.ShowFPS && BPGameConfig.ENV !== ENV.PROD) { | ||
const state = new BaseStats(this._mainScene.renderer); | ||
@@ -65,0 +66,0 @@ this._mainScene.addUpdate(state.update, state); |
@@ -205,5 +205,5 @@ import { EEncryptExt, ENormalExt, ResLoaderManager } from './../manager/ResLoaderManager'; | ||
}); | ||
if (BPGameConfig.ENV !== ENV.PROD) { | ||
this.setGUI(); | ||
} | ||
// if (BPGameConfig.ENV !== ENV.PROD) { | ||
this.setGUI(); | ||
// } | ||
this.setUpEffects(); | ||
@@ -210,0 +210,0 @@ await this.setPostProcessing(); |
{ | ||
"name": "fozmo-3d-preview", | ||
"version": "1.0.23", | ||
"version": "1.0.24", | ||
"description": "风之末 作品预览", | ||
@@ -5,0 +5,0 @@ "main": "lib/Fozmo3DPreview.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
181756
5462