Don't need that target framerate anymore.

This commit is contained in:
kvothe. 2020-08-29 12:15:03 -04:00
parent 4f5f96ebde
commit 3874f745a2
1 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@
#include "graphics.h"
enum {
framerate = 60,
framems = 20,
Kdel = 0x7f
};
@ -61,4 +60,4 @@ void main(void)
}
}
}
}
}