vgui_controls: fix unitialized variable
This commit is contained in:
parent
697a9f34f9
commit
523f4e9eaa
1 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,8 @@ TextEntry::TextEntry(Panel *parent, const char *panelName) : BaseClass(parent, p
|
|||
|
||||
SetEditable(true);
|
||||
|
||||
_dataChanged = false;
|
||||
|
||||
// initialize the line break array
|
||||
m_LineBreaks.AddToTail(BUFFER_SIZE);
|
||||
|
||||
|
|
Loading…
Reference in a new issue