Hotfix xsome exceptions

This commit is contained in:
2025-03-03 09:42:39 +01:00
parent 0a60654a28
commit b4eab65757
3 changed files with 32 additions and 24 deletions
@@ -24,6 +24,7 @@ public class TrippleCircle extends Circle {
public TrippleCircle(ParticleElement first, ParticleElement second, ParticleElement third, double distance, double speed) {
super(first);
this.second = second;
this.third = third;
this.distance = distance;
this.speed = speed;
}