Fix skin crash
This commit is contained in:
parent
069f15937a
commit
70fed45ec1
@ -2144,6 +2144,8 @@ core::recti Skin::draw3DWindowBackground(IGUIElement *element,
|
||||
const core::recti *clip,
|
||||
core::recti* checkClientArea)
|
||||
{
|
||||
if (ModalDialog::getCurrent() == NULL) return;
|
||||
|
||||
drawBGFadeColor();
|
||||
|
||||
// draw frame
|
||||
|
Loading…
Reference in New Issue
Block a user