Fixed uninitialised variable.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1834 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
e5536d08e0
commit
7ac0d8a2a3
@ -80,7 +80,8 @@ Widget::Widget
|
||||
m_round_corners(WGT_AREA_ALL),
|
||||
m_border_list(0),
|
||||
m_scroll_pos_x(0), m_scroll_pos_y(0),
|
||||
m_text_scale(1.0f)
|
||||
m_text_scale(1.0f),
|
||||
m_enable_border(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user