Compare commits
2 Commits
4274e6a148
...
fb6ec0caf4
| Author | SHA1 | Date | |
|---|---|---|---|
| fb6ec0caf4 | |||
| 944bcb7e84 |
@@ -952,7 +952,7 @@ public enum BuildingManager {
|
||||
if (building == null)
|
||||
continue;
|
||||
|
||||
if (Bounds.collide(loc, building))
|
||||
if (Bounds.collide(loc, building.getBounds()))
|
||||
return building;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user