Remove unused variables

This commit is contained in:
2026-01-08 10:12:52 -08:00
parent 69a0a1dcdd
commit 4fd9688d53

View File

@@ -218,12 +218,6 @@ const maxSpeed = 100;
const drawCollisionLines = false; const drawCollisionLines = false;
let previous, zero, frameCount = 0; let previous, zero, frameCount = 0;
// let position = [0, 0]; // meters
// let velocity = [0, 0]; // meters per second
// let acceleration = [0, 0]; // meters per second per second
let position; // meters
let velocity; // meters per second
let acceleration; // meters per second per second
let rotate = 0; let rotate = 0;
let mult = 10000; let mult = 10000;

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB