Skip to content

Commit

Permalink
Revert "fix: correctly draw large borders"
Browse files Browse the repository at this point in the history
This reverts commit b26300b.
  • Loading branch information
mehah committed Jan 9, 2025
1 parent e8a5371 commit 10d1216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/item.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ void Item::setConductor()
if (isSingleGround()) {
m_drawConductor.agroup = true;
m_drawConductor.order = FIRST;
} else if (isGroundBorder() && !hasElevation()) {
} else if (isSingleGroundBorder() && !hasElevation()) {
m_drawConductor.agroup = true;
m_drawConductor.order = SECOND;
}
Expand Down Expand Up @@ -441,4 +441,4 @@ void Item::serializeItem(const OutputBinaryTreePtr& out)

#endif

/* vim: set ts=4 sw=4 et :*/
/* vim: set ts=4 sw=4 et :*/

0 comments on commit 10d1216

Please sign in to comment.