This commit is contained in:
syuilo
2026-05-26 10:42:40 +09:00
parent 409e9f744c
commit e68847e563
4 changed files with 5 additions and 9 deletions
@@ -97,14 +97,6 @@ export abstract class EngineControllerBase<T extends EngineBase<EngineBaseEvents
this.initializeProgress.value = 1;
this.isReady.value = true;
if (_DEV_) {
(window as any).showBabylonInspector = () => {
import('@babylonjs/inspector').then(({ ShowInspector }) => {
ShowInspector(this.engine!.scene);
});
};
}
}
this.canvas.addEventListener('keydown', (ev) => {