Fix "height" field in the description of each data recovery view item

This commit is contained in:
David Capello 2017-05-10 15:13:30 -03:00
parent d3ff1b8b14
commit 1b57bb8ac3

View File

@ -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;
}