Skip to content

Commit 09d19eb

Browse files
committed
chore: remove unused variable
1 parent 40c20cf commit 09d19eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/app.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,6 @@ export const initApp = (
143143
const state = initAppState(opt);
144144
parseButtonBindings(state);
145145

146-
const _mousePos = new Vec2(0);
147-
148146
function dt() {
149147
return state.dt * state.timeScale;
150148
}

0 commit comments

Comments
 (0)