optimization setting

This commit is contained in:
Kade M
2021-06-22 03:34:09 -07:00
parent 7932341de1
commit b6f03dd225
6 changed files with 59 additions and 13 deletions

View File

@ -237,7 +237,7 @@ class HitGraph extends Sprite
/*if (i == 0)
gfx.moveTo(graphX, _axis.y + pointY);*/
gfx.drawRect(graphX + fitX(history[i][2]), pointY,4,4);
gfx.drawRect(fitX(history[i][2]), pointY,4,4);
gfx.endFill();
}