Skip to content

Commit

Permalink
how can signs be real if stepmania isnt real
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Feb 9, 2019
1 parent 2083d82 commit 40fdd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Profile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1806,7 +1806,7 @@ class LunaProfile : public Luna<Profile>
auto& sgv = p->goalmap[ck].goals;
bool herp = false;
int ez = 0;
for (int i = 0; i < sgv.size(); ++i)
for (size_t i = 0; i < sgv.size(); ++i)
if (lround(sgv[i].rate * 10000.f) == lround(FArg(2) * 10000.f) &&
!sgv[i].achieved && sgv[i].percent <= sgv[ez].percent) {
ez = i;
Expand Down

0 comments on commit 40fdd62

Please sign in to comment.