mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-23 22:43:32 +00:00
Fix "height" field in the description of each data recovery view item
This commit is contained in:
parent
d3ff1b8b14
commit
1b57bb8ac3
@ -217,7 +217,7 @@ private:
|
||||
if (m_loadInfo) {
|
||||
m_loadInfo->format = format;
|
||||
m_loadInfo->width = w;
|
||||
m_loadInfo->height = w;
|
||||
m_loadInfo->height = h;
|
||||
m_loadInfo->frames = nframes;
|
||||
return (Sprite*)1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user