исправлена отрисовка
This commit is contained in:
parent
f52bed00f4
commit
ff6f059599
@ -32,7 +32,7 @@ namespace Plane
|
|||||||
|
|
||||||
public void SetPosition(int x, int y)
|
public void SetPosition(int x, int y)
|
||||||
{
|
{
|
||||||
if (x + planeWidth < pictWidth && y +planeHeight < planeHeight)
|
if (x + planeWidth < pictWidth && y + planeHeight < pictHeight)
|
||||||
{
|
{
|
||||||
startPosX = x;
|
startPosX = x;
|
||||||
startPosY = y;
|
startPosY = y;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user