Skip to content

Commit

Permalink
Add back accidentally deleted line
Browse files Browse the repository at this point in the history
  • Loading branch information
ASleepyCat committed May 23, 2021
1 parent 7b84c32 commit 67583c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Main/src/Track.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ void Track::Tick(class BeatmapPlayback& playback, float deltaTime)
// Perform laser track cache cleanup, etc.
for (auto & i : m_laserTrackBuilder)
{
m_laserTrackBuilder[i]->Update(m_lastMapTime);
i->Update(m_lastMapTime);
}
}
Expand Down

0 comments on commit 67583c7

Please sign in to comment.