1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-27 21:49:10 +02:00

small fix

This commit is contained in:
Laserlicht 2023-12-20 20:23:35 +01:00 committed by GitHub
parent ed671fa2fa
commit 1dd2a28760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -245,8 +245,8 @@ std::shared_ptr<IImage> CSpellWindow::createBigSpellBook()
tmp5.draw(img, Point(0, 0), Rect(100, 38 + 45, 509 - 15, 400 - 38));
canvas.drawScaled(tmp5, Point(90, 45), Point(615, 415));
// carpet
Canvas tmp6 = Canvas(Point(592, 59));
tmp6.draw(img, Point(0, 0), Rect(15, 484, 592, 59));
Canvas tmp6 = Canvas(Point(590, 59));
tmp6.draw(img, Point(0, 0), Rect(15, 484, 590, 59));
canvas.drawScaled(tmp6, Point(0, 545), Point(800, 59));
// remove bookmarks
for (int i = 0; i < 56; i++)