diff options
Diffstat (limited to '')
-rw-r--r-- | gui/fill.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/fill.cpp b/gui/fill.cpp index d0a1cfda7..0fda4b430 100644 --- a/gui/fill.cpp +++ b/gui/fill.cpp @@ -42,7 +42,7 @@ GUIFill::GUIFill(xml_node<>* node) : GUIObject(node) int GUIFill::Render(void) { - if(!isConditionTrue()) + if (!isConditionTrue()) return 0; gr_color(mColor.red, mColor.green, mColor.blue, mColor.alpha); |