Merge branch 'lab1_compl' into lab2_co
This commit is contained in:
commit
a33fc9db36
@ -184,7 +184,6 @@ class Canvas extends JComponent{
|
||||
if (_drawingShip == null){
|
||||
return;
|
||||
}
|
||||
|
||||
super.paintComponents (g) ;
|
||||
Graphics2D g2d = (Graphics2D)g;
|
||||
_drawingShip.DrawShip(g2d);
|
||||
|
Loading…
Reference in New Issue
Block a user