mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-26 03:52:01 +02:00
Fix loading images
This commit is contained in:
parent
0b7edd471c
commit
3a913140fd
@ -477,7 +477,7 @@ inline void ImageLoader::Load(size_t size, ui8 color)
|
|||||||
|
|
||||||
inline void ImageLoader::EndLine()
|
inline void ImageLoader::EndLine()
|
||||||
{
|
{
|
||||||
lineStart += fullSize.x();
|
lineStart += image->bytesPerLine();
|
||||||
position = lineStart;
|
position = lineStart;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user