Исправление ошибок в методе DrawBuses
This commit is contained in:
parent
8f31b8dc4d
commit
b3b1a12cdc
@ -173,6 +173,7 @@ namespace AccordionBus
|
||||
{
|
||||
bus.SetObject(rightLine - count % numberOfSeatsInWidth * _placeSizeWidth, bottomLine - count / numberOfSeatsInWidth * _placeSizeHeight, _pictureWidth, _pictureHeight);
|
||||
bus.DrawningObject(g);
|
||||
count++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user