mirror of
https://github.com/brmlab/ledbar.git
synced 2025-06-09 21:34:00 +02:00
fix typo
This commit is contained in:
parent
69772668d4
commit
4277c350fd
1 changed files with 1 additions and 1 deletions
2
ledbar.c
2
ledbar.c
|
@ -102,7 +102,7 @@ int main(int argc, char* argv[])
|
|||
rects[t].x = t*(size+4) + (RESX-(size+4)*BOXES+4)/2;
|
||||
rects[t].y = (RESY-size)/2;
|
||||
}
|
||||
program = programA;
|
||||
program = programQ;
|
||||
while (!quit) {
|
||||
drawScreen(screen,t++);
|
||||
while(SDL_PollEvent(&event)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue