fix warning
This commit is contained in:
@@ -124,7 +124,7 @@ void ScreenNetSelectBase::Input( const InputEventPlus &input )
|
|||||||
|
|
||||||
if( (c >= ' ') && (!bHoldingCtrl) )
|
if( (c >= ' ') && (!bHoldingCtrl) )
|
||||||
{
|
{
|
||||||
m_sTextInput += c;
|
m_sTextInput += WStringToRString(wstring()+c);
|
||||||
UpdateTextInput();
|
UpdateTextInput();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user