mirror of
https://github.com/vcmi/vcmi.git
synced 2025-04-21 12:06:49 +02:00
Update BitmapHandler.cpp
This commit is contained in:
parent
3e7e29c714
commit
fef3b7652b
@ -81,7 +81,7 @@ namespace BitmapHandler
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
QImage image(pcx + it, width, height, width * 4, QImage::Format_RGB32);
|
QImage image(pcx + it, width, height, width * 3, QImage::Format_RGB888);
|
||||||
return image;
|
return image;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user