Dolgov D.A. Lab Work 8 #8

Closed
devil_1nc wants to merge 4 commits from LabWork08 into LabWork07
Showing only changes of commit 9576bd187c - Show all commits

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;