diff --git a/src/PlayerState.h b/src/PlayerState.h index 26559e50f8..e023bb7df0 100644 --- a/src/PlayerState.h +++ b/src/PlayerState.h @@ -46,7 +46,7 @@ public: * @brief Used to push note-changing modifiers back so that notes don't pop. * * This is used during gameplay and set by NoteField. */ - mutable float m_fLastDrawnBeat; + mutable float m_fLastDrawnBeat; /** @brief The Player's HealthState in general terms. */ HealthState m_HealthState;