fix missing break (thanks compiler)

This commit is contained in:
Lars Müller 2024-08-28 13:39:13 +02:00 committed by GitHub
parent 9ff46be3aa
commit 7bdaee46c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1323,6 +1323,7 @@ void getNodeBoxUnion(const NodeBox &nodebox, const ContentFeatures &features,
} else { } else {
box_union->addInternalBox(half_processed); box_union->addInternalBox(half_processed);
} }
break;
} }
case NODEBOX_LEVELED_PLANTLIKE: case NODEBOX_LEVELED_PLANTLIKE:
case NODEBOX_LEVELED_PLANTLIKE_ROOTED: { case NODEBOX_LEVELED_PLANTLIKE_ROOTED: {