pointer to attributes
This commit is contained in:
@@ -562,7 +562,7 @@ void InputMapper::ReadMappingsFromDisk()
|
||||
{
|
||||
const RString &name = i->first;
|
||||
RString value;
|
||||
i->second.GetValue( value );
|
||||
i->second->GetValue( value );
|
||||
|
||||
GameInput GameI;
|
||||
GameI.FromString( m_pInputScheme, name );
|
||||
|
||||
Reference in New Issue
Block a user