Randomly animated brushes didn't get their icon

Mended
This commit is contained in:
Bill Kendrick 2021-09-05 23:21:05 -07:00
parent 2ee0080ffd
commit 664cfe4c5a

View file

@ -8846,7 +8846,7 @@ static void draw_brushes(void)
dest.y = ui_btn_y + button_h - img_brush_dir->h;
SDL_BlitSurface(img_brush_dir, NULL, screen, &dest);
}
if (brushes_frames[brush] > 1)
if (brushes_frames[brush] != 1)
{
dest.x = ui_btn_x;
dest.y = ui_btn_y + button_h - img_brush_anim->h;