diff options
Diffstat (limited to 'gui/object.cpp')
| -rw-r--r-- | gui/object.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/gui/object.cpp b/gui/object.cpp index 73c4f74d6c..189a286ead 100644 --- a/gui/object.cpp +++ b/gui/object.cpp @@ -29,7 +29,7 @@  namespace GUI {  GuiObject::GuiObject(const Common::String &name) -	: _x(-1000), _y(-1000), _w(0), _h(0), _name(name), _firstWidget(0) { +	: _x(-1000), _y(-1000), _w(0), _h(0), _name(name), _firstWidget(0), _textDrawableArea(Common::Rect(0, 0, 0, 0)) {  	reflowLayout();  } | 
