Skip to content

Commit

Permalink
fix missing break (thanks compiler)
Browse files Browse the repository at this point in the history
  • Loading branch information
appgurueu authored Aug 28, 2024
1 parent 9ff46be commit 7bdaee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nodedef.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1323,6 +1323,7 @@ void getNodeBoxUnion(const NodeBox &nodebox, const ContentFeatures &features,
} else {
box_union->addInternalBox(half_processed);
}
break;
}
case NODEBOX_LEVELED_PLANTLIKE:
case NODEBOX_LEVELED_PLANTLIKE_ROOTED: {
Expand Down

0 comments on commit 7bdaee4

Please sign in to comment.