summaryrefslogtreecommitdiff
path: root/packages/frontend/src/utility/physics.ts
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-03-20 19:00:09 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-03-20 19:00:09 +0900
commit6015254e59ba0526efbfa139c89546458663ccbd (patch)
tree97adc609448eb3ce96730051193042c9eec470db /packages/frontend/src/utility/physics.ts
parentUpdate eslint.config.js (diff)
downloadsharkey-6015254e59ba0526efbfa139c89546458663ccbd.tar.gz
sharkey-6015254e59ba0526efbfa139c89546458663ccbd.tar.bz2
sharkey-6015254e59ba0526efbfa139c89546458663ccbd.zip
lint fixes
Diffstat (limited to 'packages/frontend/src/utility/physics.ts')
-rw-r--r--packages/frontend/src/utility/physics.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/utility/physics.ts b/packages/frontend/src/utility/physics.ts
index 8a4e9319b3..5de34fd094 100644
--- a/packages/frontend/src/utility/physics.ts
+++ b/packages/frontend/src/utility/physics.ts
@@ -28,7 +28,7 @@ export function physics(container: HTMLElement) {
// create renderer
const render = Matter.Render.create({
engine: engine,
- //element: document.getElementById('debug'),
+ //element: window.document.getElementById('debug'),
options: {
width: containerWidth,
height: containerHeight,