Move setcol part of drawhuetile() to separate function

In order to make sure colors don't update more than 1000/34 frames per
second, I'll have to move the color-setting part of this function
somewhere else.
This commit is contained in:
Misa
2020-04-30 14:42:08 -07:00
committed by Ethan Lee
parent 2e17e872e4
commit fce56fde09
2 changed files with 15 additions and 9 deletions

View File

@@ -32,7 +32,8 @@ public:
void Makebfont();
void drawhuetile(int x, int y, int t, int c);
void drawhuetile(int x, int y, int t);
void huetilesetcol(int t);
void drawgravityline(int t);