Fixed brush scrollbar bug in 800x600 mode. (Shin-Ichi)
This commit is contained in:
parent
8c730a9336
commit
7046bd74df
1 changed files with 1 additions and 1 deletions
|
|
@ -5095,7 +5095,7 @@ void draw_brushes(void)
|
|||
if (num_brushes > 14 + TOOLOFFSET)
|
||||
{
|
||||
off_y = 24;
|
||||
max = 12;
|
||||
max = 12 + TOOLSET;
|
||||
|
||||
dest.x = WINDOW_WIDTH - 96;
|
||||
dest.y = 40;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue