From 6219b9b094d0499a16fc4cb926f919b335af4431 Mon Sep 17 00:00:00 2001 From: MinaciousGrace Date: Sat, 3 Jun 2017 15:46:18 -0400 Subject: [PATCH] disable input replay stuff for now --- src/Player.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Player.cpp b/src/Player.cpp index e549a8f026..f361978693 100644 --- a/src/Player.cpp +++ b/src/Player.cpp @@ -1830,7 +1830,8 @@ void Player::Step( int col, int row, const std::chrono::steady_clock::time_point const float fTimeSinceStep = stepAgo; // idk if this is the correct value for input logs but we'll use them to test -mina - m_pPlayerStageStats->InputData.emplace_back(fPositionSeconds); + // ok this is 100% not the place to do this + //m_pPlayerStageStats->InputData.emplace_back(fPositionSeconds); float fSongBeat = m_pPlayerState->m_Position.m_fSongBeat;