Merge branch 'lab1_compl' into lab2_co

This commit is contained in:
AnnaLioness 2023-10-20 19:36:30 +04:00
commit a33fc9db36

View File

@ -184,7 +184,6 @@ class Canvas extends JComponent{
if (_drawingShip == null){
return;
}
super.paintComponents (g) ;
Graphics2D g2d = (Graphics2D)g;
_drawingShip.DrawShip(g2d);