Merge branch 'main' of github.com:nicbarker/clay

This commit is contained in:
A1029384756 2026-04-07 20:34:49 -04:00
commit 4e4e658bf4
6 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

2
clay.h
View file

@ -2904,7 +2904,7 @@ void Clay__CalculateFinalLayout(float deltaTime, bool useStoredBoundingBoxes, bo
}
}
// An exiting element that completed its transition this frame - skip tree
if (!found) {
if (!found && currentElement->config.transition.exit.setFinalState) {
dfsBuffer.length--;
continue;
}