Initialized last_cycle to 0.
This commit is contained in:
parent
770fc10126
commit
5face33a2a
|
@ -78,7 +78,7 @@ int Draw() {
|
|||
|
||||
int main(int argc, char ** argv) {
|
||||
static unsigned short keypad = 0;
|
||||
u32 last_cycle;
|
||||
u32 last_cycle = 0;
|
||||
|
||||
#ifdef DEBUG
|
||||
LogStart();
|
||||
|
|
Loading…
Reference in New Issue