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

sound state tracking fixes, uart toggle input command selection fix

This commit is contained in:
tmj-fstate
2018-02-17 03:42:07 +01:00
parent 98b82636a8
commit e5967f72e0
3 changed files with 49 additions and 50 deletions

View File

@@ -175,7 +175,7 @@ void uart_input::poll()
auto const command { (
type != toggle ?
std::get<2>( entry ) :
( action == GLFW_PRESS ?
( true == state ?
std::get<2>( entry ) :
std::get<3>( entry ) ) ) };