Squelch some debugging printf() ("most ...")
This commit is contained in:
parent
7cd547e746
commit
a8a4001fe9
1 changed files with 2 additions and 1 deletions
|
|
@ -8908,7 +8908,8 @@ static void draw_fonts(void)
|
|||
SDL_BlitSurface(img_italic, NULL, screen, &dest);
|
||||
|
||||
most = most + gd_toolopt.cols;
|
||||
printf("most %d\n", most);
|
||||
// printf("most %d\n", most);
|
||||
|
||||
/* Show shrink button: */
|
||||
|
||||
dest.x = WINDOW_WIDTH - r_ttoolopt.w;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue