mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-03 14:06:44 +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);
|
SetEditable(true);
|
||||||
|
|
||||||
|
_dataChanged = false;
|
||||||
|
|
||||||
// initialize the line break array
|
// initialize the line break array
|
||||||
m_LineBreaks.AddToTail(BUFFER_SIZE);
|
m_LineBreaks.AddToTail(BUFFER_SIZE);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user