Browse Source

remove unrelated comments

master
zapashcanon 6 years ago
parent
commit
152585ea1f
Signed by: zapashcanon GPG Key ID: 8981C3C62D1D28F1
  1. 2
      src/js/chrono.js
  2. 2
      src/js/fps.js

2
src/js/chrono.js

@ -2,8 +2,6 @@
"use strict";
// this is going to be used to represents points, but also direction, movements and blocks on the grid
export class Chrono {
/*:: start: number */
constructor () {

2
src/js/fps.js

@ -2,8 +2,6 @@
"use strict";
// this is going to be used to represents points, but also direction, movements and blocks on the grid
const samples = 20;
const samples_scaled = samples * 1000;

Loading…
Cancel
Save