Изменил(а) на 'ProjectPlane/ProjectPlane/AbstractMap.cs'

This commit is contained in:
devil_1nc 2022-12-04 14:41:59 +04:00
parent b33c2f90d4
commit 9576bd187c

View File

@ -162,10 +162,7 @@ namespace ProjectPlane
{
return false;
}
if (other == null)
{
return false;
}
if (_width != other._width) return false;
if (_height != other._height) return false;
if (_size_x != other._size_x) return false;