Show grid checkbox. Show properties in inspector.

This commit is contained in:
2016-02-06 02:13:38 +06:00
parent ba482724d3
commit 244b672b23
10 changed files with 91 additions and 264898 deletions

View File

@@ -416,7 +416,7 @@ namespace IsoTools {
bool IsIsoObjectDepends(IsoObject a, IsoObject b) {
return
a.Internal.ScreenRect.Overlaps(b.Internal.ScreenRect) &&
a.Internal.ScreenRect.Overlaps(b.Internal.ScreenRect, false) &&
IsIsoObjectDepends(a.position, a.size, b.position, b.size);
}