We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f5aa8 commit c34a688Copy full SHA for c34a688
src/guiengine/skin.cpp
@@ -372,7 +372,7 @@ void Skin::drawBgImage()
372
const int clipped_x_space = (texture_w - screen_w);
373
374
dest = core::recti(-clipped_x_space/2, 0,
375
- screen_w+clipped_x_space/2, texture_h);
+ screen_w+clipped_x_space/2, screen_h);
376
}
377
378
irr_driver->getVideoDriver()->enableMaterial2D();
0 commit comments