Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ASleepyCat committed May 23, 2021
1 parent 3d674b7 commit 22a3b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main/src/Scoring.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ void Scoring::m_UpdateTicks()
}
}
}
else if (tick->HasFlag(TickFlags::Slam))
else if (tick->HasFlag(TickFlags::Slam)) // Check early for slam input
{
auto* laserObject = (LaserObjectState*)tick->object;
float dirSign = Math::Sign(laserObject->GetDirection());
Expand Down

0 comments on commit 22a3b03

Please sign in to comment.