mirror of
https://github.com/celisej567/source-engine.git
synced 2025-12-31 21:48:22 +03:00
vgui_controls: fix unitialized variable
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user