Изменил(а) на 'ProjectPlane/ProjectPlane/AbstractMap.cs'
This commit is contained in:
parent
b33c2f90d4
commit
9576bd187c
@ -162,10 +162,7 @@ namespace ProjectPlane
|
|||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (other == null)
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
if (_width != other._width) return false;
|
if (_width != other._width) return false;
|
||||||
if (_height != other._height) return false;
|
if (_height != other._height) return false;
|
||||||
if (_size_x != other._size_x) return false;
|
if (_size_x != other._size_x) return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user