mirror of
https://github.com/TeamMidnightDust/Celestria.git
synced 2025-12-13 06:35:09 +01:00
fix bug
This commit is contained in:
@@ -22,7 +22,7 @@ public class ShootingStar {
|
||||
public void tick() {
|
||||
--progress;
|
||||
phaseScore++;
|
||||
phaseScore %= 100;
|
||||
phaseScore %= CelestriaConfig.shootingStarPhaseCycle;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user