Removed some commented lines.
This commit is contained in:
parent
a05307f38a
commit
b78d4eef85
@ -20,9 +20,7 @@ public class SimPanel extends JPanel implements Runnable, KeyListener {
|
|||||||
|
|
||||||
// Graphics/Framework items
|
// Graphics/Framework items
|
||||||
private Thread gameloop;
|
private Thread gameloop;
|
||||||
//private BufferedImage backbuffer;
|
|
||||||
private Graphics2D g2d;
|
private Graphics2D g2d;
|
||||||
//private AffineTransform identity = new AffineTransform();
|
|
||||||
|
|
||||||
// The Ship
|
// The Ship
|
||||||
private Ship ship;
|
private Ship ship;
|
||||||
|
Loading…
Reference in New Issue
Block a user