Fix initialisation. Somehow l0dables sometimes don't init correctly
This commit is contained in:
parent
5fce3b0d39
commit
2d18e75362
|
@ -27,6 +27,7 @@ void ram (void)
|
|||
int angle;
|
||||
int scale;
|
||||
int velocity = 0;
|
||||
frame_no=0;
|
||||
|
||||
while ((inpt = getInputRaw()) != BTN_ENTER)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue