mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Update BitmapHandler.cpp
This commit is contained in:
parent
3e7e29c714
commit
fef3b7652b
@ -81,7 +81,7 @@ namespace BitmapHandler
|
||||
}
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user