mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 08:50:09 +01:00
removed debug printf
This commit is contained in:
parent
efeddebe81
commit
039bf534aa
1 changed files with 0 additions and 1 deletions
|
|
@ -894,7 +894,6 @@ void Key(unsigned char key, int x, int y)
|
|||
break;
|
||||
case 'l':
|
||||
isLit = !isLit;
|
||||
printf("lit %d\n", isLit);
|
||||
ReInit();
|
||||
break;
|
||||
case 'f':
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue