fix niveaux

This commit is contained in:
MOISOIU Stefan-Mihai
2026-03-16 16:17:30 +01:00
parent 834ea28872
commit 5a58534a40
3 changed files with 12 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ import java.util.ArrayList;
public class Ligne extends ObjetGraphique {
protected int nbSegments = 80;
protected int nbSegments = 50;
protected Segment SegCourant;
protected ArrayList<Segment> listeSegments = new ArrayList<Segment>();