mirror of
https://github.com/nicbarker/clay.git
synced 2026-04-11 13:54:16 +00:00
Merge branch 'main' of github.com:nicbarker/clay
This commit is contained in:
commit
4e4e658bf4
6 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2
clay.h
2
clay.h
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue