This website works better with JavaScript.
Home
Explore
Help
Sign In
turowskipa64071
/
NetBeans
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fast fast fertig
master
Apollo
5 years ago
parent
aff2d12f1b
commit
ad2b1845a4
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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++)
{
Write
Preview
Loading…
Cancel
Save