Теперь точно Done
This commit is contained in:
parent
b18af9ef6c
commit
e3729a0365
@ -60,7 +60,7 @@ namespace Monorail.DrawningObjects
|
||||
if (EntityMonorail == null)
|
||||
return;
|
||||
_startPosX = x;
|
||||
_startPosX = y;
|
||||
_startPosY = y;
|
||||
if(x + _monoRailWidth >= _pictureWidth || y + _monoRailHeight>= _pictureHeight)
|
||||
{
|
||||
_startPosX = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user