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