mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
parent
f0b6f7909a
commit
b2f3f66385
1 changed files with 3 additions and 2 deletions
|
@ -107,10 +107,11 @@ void GUIBox::draw()
|
|||
video::IVideoDriver *driver = Environment->getVideoDriver();
|
||||
|
||||
driver->draw2DRectangle(main_rect, m_colors[0], m_colors[1], m_colors[3],
|
||||
m_colors[2], nullptr);
|
||||
m_colors[2], &AbsoluteClippingRect);
|
||||
|
||||
for (size_t i = 0; i <= 3; i++)
|
||||
driver->draw2DRectangle(m_bordercolors[i], border_rects[i], nullptr);
|
||||
driver->draw2DRectangle(m_bordercolors[i], border_rects[i],
|
||||
&AbsoluteClippingRect);
|
||||
|
||||
IGUIElement::draw();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue