Skip to content

Commit

Permalink
added a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Noyes authored and Sam Noyes committed Mar 11, 2015
1 parent e37b96f commit ee2d7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Simulator.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Created by Sam Noyes and Lucas Webb on 2/17/15.
*/

public class Simulator extends JPanel {
public class Simulator extends JPanel {//superclass of Ramp and Spring Simulators
boolean recording = false;
int fps = 200;
SimLogic logic;
Expand Down

0 comments on commit ee2d7be

Please sign in to comment.