Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Dec 14, 2024
1 parent ab49657 commit c8ab35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Etterna/Models/Misc/TimingData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1469,7 +1469,7 @@ TimingData::BuildAndGetEtar(int lastrow)
for (auto it = workload.first; it != workload.second; it++) {
const auto index = std::lround(*it);
ElapsedTimesAtAllRows[index] =
GetElapsedTimeFromBeatNoOffset(NoteRowToBeat(index + 1));
GetElapsedTimeFromBeatNoOffset(NoteRowToBeat(index));
}
};
parallelExecution<float>(ElapsedTimesAtAllRows, exec);
Expand Down

0 comments on commit c8ab35a

Please sign in to comment.