готовая лаба 4
This commit is contained in:
parent
4e005d11fe
commit
93f32ceef3
@ -50,7 +50,7 @@ namespace RoadTrain.DrawingObjects
|
|||||||
{
|
{
|
||||||
x = 0;
|
x = 0;
|
||||||
}
|
}
|
||||||
if (y < 0 || y + _roadTrainWidth > _pictureHeight)
|
if (y < 0 || y + _roadTrainHeight > _pictureHeight)
|
||||||
{
|
{
|
||||||
y = 0;
|
y = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user