mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
vgui_controls: fix unitialized variable
This commit is contained in:
parent
697a9f34f9
commit
523f4e9eaa
@ -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 New Issue
Block a user