fix ligne

This commit is contained in:
MOISOIU Stefan-Mihai
2026-03-16 15:27:00 +01:00
parent 99a1dfe5ee
commit 468a88196e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

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