From 191dc5be0f2f2309c9aadb53714c96e7c3384632 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 3 Feb 2023 21:43:05 +0100 Subject: [PATCH] Aid debugging future leaks --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 71466ba..b479d10 100644 --- a/src/index.ts +++ b/src/index.ts @@ -261,6 +261,7 @@ window.addEventListener('load', async () => { floorMeshes: () => activeFloorMeshes, touchableMeshes: () => activeTouchableMeshes, }); + (window as any).E = runningEngine; Dataspace.boot(ds => { html.boot(ds); timer.boot(ds);