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/dist/bg2e-js.js
CHANGED
|
@@ -9191,7 +9191,7 @@ class P0 extends rn {
|
|
|
9191
9191
|
return;
|
|
9192
9192
|
this.sceneRenderer.draw();
|
|
9193
9193
|
const e = V.GetMain(this.sceneRoot);
|
|
9194
|
-
e &&
|
|
9194
|
+
e && this.selectionHighlight && this.selectionHighlight.draw(this.sceneRoot, e);
|
|
9195
9195
|
}
|
|
9196
9196
|
destroy() {
|
|
9197
9197
|
this.sceneRenderer?.destroy(), this.selectionManagerEnabled && this.selectionManager?.destroy();
|