Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fozmo-3d-preview

Package Overview
Dependencies
Maintainers
0
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fozmo-3d-preview - npm Package Compare versions

Comparing version 1.0.23 to 1.0.24

3

lib/manager/SpaceManager.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc