mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-01 10:13:22 +00:00
Fixed a bug in initialization of parts.
This commit is contained in:
parent
7ddf8d5ef2
commit
50ec2cdff9
@ -328,6 +328,8 @@ SkinneableTheme::SkinneableTheme()
|
||||
this->scrollbar_size = 12;
|
||||
|
||||
m_sheet_bmp = NULL;
|
||||
for (int c=0; c<PARTS; ++c)
|
||||
m_part[c] = NULL;
|
||||
|
||||
// Try to load the skin data
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user