редактирование комментариев
This commit is contained in:
parent
bf7cd8a3a1
commit
d26f6f304a
@ -186,7 +186,6 @@
|
|||||||
int x = _random.Next(10, 100);
|
int x = _random.Next(10, 100);
|
||||||
int y = _random.Next(10, 100);
|
int y = _random.Next(10, 100);
|
||||||
_drawningObject.SetObject(x, y, _width, _height);
|
_drawningObject.SetObject(x, y, _width, _height);
|
||||||
// TODO првоерка, что объект не "накладывается" на закрытые участки
|
|
||||||
if (!AbleToSetObject())
|
if (!AbleToSetObject())
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user