Исправление графического бага
This commit is contained in:
parent
33701833e9
commit
e672312abc
@ -192,10 +192,11 @@ namespace WarmlyLocomotive
|
|||||||
T locomotive = _setLocomotives.Get(i);
|
T locomotive = _setLocomotives.Get(i);
|
||||||
locomotive.SetObject(xForLocomotive, yForLocomotive, _pictureWidth, _pictureHeight);
|
locomotive.SetObject(xForLocomotive, yForLocomotive, _pictureWidth, _pictureHeight);
|
||||||
locomotive.DrawningObject(g);
|
locomotive.DrawningObject(g);
|
||||||
|
|
||||||
|
}
|
||||||
xForLocomotive += _placeSizeWidth + 30;
|
xForLocomotive += _placeSizeWidth + 30;
|
||||||
countInRow++;
|
countInRow++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user