mirror of
https://github.com/opelly27/Java-N-Body-Simulation.git
synced 2026-05-19 23:18:34 +00:00
.
This commit is contained in:
@@ -24,3 +24,4 @@ hs_err_pid*
|
||||
|
||||
# png frames
|
||||
*.png
|
||||
.DS_Store
|
||||
|
||||
+1
-1
@@ -126,7 +126,7 @@ public class Space {
|
||||
space.updateVelocities();
|
||||
space.updatePositions();
|
||||
//System.out.println(space);
|
||||
space.draw();
|
||||
space.save(i);
|
||||
//space.save(counter);
|
||||
//System.out.println(counter);
|
||||
counter ++;
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user