Fixed keyboard ghosting bug (stepmania/stepmania#1736) (#1737)

This commit is contained in:
Rorroh
2018-08-26 18:20:31 -07:00
committed by Colby Klein
parent b95ca3e272
commit f49bcdb5f6
@@ -205,6 +205,7 @@ void InputHandler_X11::Update()
}
// This is a new event so the last release was not a repeat.
lastEvent.type = 0;
RegisterKeyEvent( event.xkey.time, false, lastDB );
}