Browse Source

fast fast fertig

master
Apollo 4 years ago
parent
commit
ad2b1845a4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Garten/src/garten/model/Garten.java

+ 1
- 1
Garten/src/garten/model/Garten.java View File

@@ -185,7 +185,7 @@ public class Garten extends Kompositum
public Pflanze getmovePflanze(MouseEvent e)
{
Pflanze diePflanze = null;
int abstand = 30;
int abstand = 15;

for (int i = 0; i < pflanzen.size(); i++)
{

Loading…
Cancel
Save