jank reduction & completeness pass

This commit is contained in:
Ryan Fleury
2024-10-09 16:24:29 -07:00
parent ac19591df6
commit 07c781a4f6
7 changed files with 33 additions and 13 deletions
+4
View File
@@ -3014,6 +3014,10 @@ ui_anim_(UI_Key key, UI_AnimParams *params)
{
node->params.epsilon = 0.01f;
}
if(node->params.rate == 1)
{
node->current = node->params.target;
}
return node->current;
}