bg2e-js 2.5.0 → 2.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bg2e-js",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "a graphics engine for productivity applications",
5
5
  "main": "./dist/bg2e-js.js",
6
6
  "types": "./src/index.ts",
@@ -174,7 +174,6 @@ export default class SceneAppController extends AppController {
174
174
  const camera = Camera.GetMain(this.sceneRoot);
175
175
  if (camera) {
176
176
  this.selectionHighlight && this.selectionHighlight.draw(this.sceneRoot, camera);
177
- this._debugRenderer?.draw(camera);
178
177
  }
179
178
  }
180
179