mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-16 04:13:50 +00:00
Fixed a little syntax error.
This commit is contained in:
parent
470ae96c3b
commit
1fdd045099
@ -383,7 +383,6 @@ void SkinneableTheme::regen()
|
|||||||
|
|
||||||
m_part[c] = apply_gui_scale(m_part[c]);
|
m_part[c] = apply_gui_scale(m_part[c]);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
BITMAP* SkinneableTheme::set_cursor(int type, int* focus_x, int* focus_y)
|
BITMAP* SkinneableTheme::set_cursor(int type, int* focus_x, int* focus_y)
|
||||||
|
Loading…
Reference in New Issue
Block a user