Skip to content

Commit

Permalink
Remove unnecessary notefield reload
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Mar 7, 2019
1 parent c521f1c commit 8cf63f5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3959,11 +3959,6 @@ Player::RenderAllNotesIgnoreScores()
}
}
// Draw the results
int iDrawDistanceAfterTargetsPixels = DRAW_DISTANCE_AFTER_TARGET_PIXELS;
int iDrawDistanceBeforeTargetsPixels = DRAW_DISTANCE_BEFORE_TARGET_PIXELS;
m_pNoteField->Load(&m_NoteData,
iDrawDistanceAfterTargetsPixels,
iDrawDistanceBeforeTargetsPixels);
m_pNoteField->DrawPrimitives();

// Now do some magic that makes holds and rolls function properly...
Expand Down

0 comments on commit 8cf63f5

Please sign in to comment.