Reset keys debug option changed to save defaults to disk and reset.

This commit is contained in:
Kyzentun
2014-11-30 14:58:03 -07:00
parent d3b5f5eb98
commit c3d2b5e1b1
+1
View File
@@ -962,6 +962,7 @@ class DebugLineResetKeyMapping : public IDebugLine
virtual void DoAndLog( RString &sMessageOut )
{
INPUTMAPPER->ResetMappingsToDefault();
INPUTMAPPER->SaveMappingsToDisk();
IDebugLine::DoAndLog( sMessageOut );
}
};