16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 08:59:18 +02:00

remove smooth brake control for levers other than FV4a

This commit is contained in:
milek7
2018-04-03 19:59:29 +02:00
parent 75b5ae6509
commit 5380666fa6
5 changed files with 17 additions and 23 deletions

View File

@@ -212,7 +212,6 @@ command_queue::push( command_data const &Command, std::size_t const Recipient )
m_active_continuous.emplace(Command.command);
else if (Command.action == GLFW_RELEASE)
m_active_continuous.erase(Command.command);
return;
}
auto lookup = m_commands.emplace( Recipient, commanddata_sequence() );