PIbd-21 Belianin N.N. LabWork04 Hard #5

Closed
Belnik wants to merge 12 commits from LabWork04 into LabWork03
Showing only changes of commit 0eeb3a421a - Show all commits

View File

@ -112,6 +112,7 @@ public class DrawingArmoVehicle {
}
}
// Прорисовка объекта
public void DrawTransport(Graphics2D g) {
if (ArmoVehicle == null) {
return;