milliseconds

master
pinq- 2024-04-21 01:40:29 +03:00
parent 798ce38600
commit 4586b134c5
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ function accelHandlerRecord(a) {"ram"
accelx[i] = a.x*SCALE*2;
accely[i] = -a.y*SCALE*2;
accelz[i] = a.z*SCALE*2;
timestep[i] = getTime();
timestep[i] = Date.prototype.getTime();
if (accelIdx>=SAMPLES) recordStop();
}
function recordStart() {"ram"