mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-19 23:16:48 +00:00
jank reduction & completeness pass
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user