[Core] Remove erroneous break statement when using external scroll handling

This commit is contained in:
Nic Barker 2025-06-13 10:35:31 +10:00
parent adb1bd620a
commit 6f10bf4b3d
3 changed files with 0 additions and 2 deletions

1
clay.h
View file

@ -2695,7 +2695,6 @@ void Clay__CalculateFinalLayout(void) {
if (clipConfig->vertical) {
rootPosition.y += clipConfig->childOffset.y;
}
break;
}
Clay__AddRenderCommand(CLAY__INIT(Clay_RenderCommand) {
.boundingBox = clipHashMapItem->boundingBox,