diff --git a/stepmania/src/arch/InputHandler/InputHandler.h b/stepmania/src/arch/InputHandler/InputHandler.h index f27a2f5bb9..543fee34ad 100644 --- a/stepmania/src/arch/InputHandler/InputHandler.h +++ b/stepmania/src/arch/InputHandler/InputHandler.h @@ -62,7 +62,7 @@ protected: * happen, you need to explicitly call di.ts.SetZero(). * * If the timestamp is set, it'll be left alone. */ - void ButtonPressed( DeviceInput di, bool Down ); + void ButtonPressed( DeviceInput di, bool Down = false ); /* Call this at the end of polling input. */ void UpdateTimer();