This commit is contained in:
opelly27
2022-01-01 20:55:11 -08:00
parent 6af62da6cb
commit adb42c7de9
4 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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 ++;