mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-12 21:47:11 +03:00
Fix some static analysis issues (coverity)
This commit is contained in:
parent
1b9209df4a
commit
f931ba2efc
31 changed files with 298 additions and 256 deletions
|
@ -299,7 +299,7 @@ namespace ICS
|
|||
{
|
||||
if(it->second.find(axis) != it->second.end())
|
||||
{
|
||||
mControlsJoystickPOVBinderMap[deviceId].find(index)->second.erase( it->second.find(axis) );
|
||||
it->second.erase( it->second.find(axis) );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue