Skip to content

Commit

Permalink
disable input replay stuff for now
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 3, 2017
1 parent e04a16d commit 6219b9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 6219b9b

Please sign in to comment.