Skip to content

Commit

Permalink
adjst
Browse files Browse the repository at this point in the history
  • Loading branch information
tyanmahou committed Nov 12, 2023
1 parent 9744d1e commit 1b37e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Re-Abyss/app/views/UI/BossArrival/BossArrivalVM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace abyss::UI::BossArrival
{
const double radiusRate = [this]() {
if (m_timeRate <= 0.9) {
return 0.9 + 0.1 * m_timeRate / 0.9;
return 0.95 + 0.05 * m_timeRate / 0.9;
} else {
return s3d::EaseInCirc(1 - (m_timeRate -0.9) / 0.1);
}
Expand Down

0 comments on commit 1b37e62

Please sign in to comment.