Fixed compiler error.

This commit is contained in:
hiker
2014-01-23 13:24:08 +11:00
parent 70fed45ec1
commit 6066dba9d0

View File

@@ -2144,7 +2144,7 @@ core::recti Skin::draw3DWindowBackground(IGUIElement *element,
const core::recti *clip,
core::recti* checkClientArea)
{
if (ModalDialog::getCurrent() == NULL) return;
if (ModalDialog::getCurrent() == NULL) return rect;
drawBGFadeColor();