mirror of
https://github.com/hyprwm/hyprutils.git
synced 2025-05-12 21:30:36 +01:00
animation: call update callback when warping vars
This commit is contained in:
parent
db5557e2c4
commit
1507865397
1 changed files with 2 additions and 2 deletions
|
@ -148,10 +148,10 @@ namespace Hyprutils {
|
|||
|
||||
m_Value = m_Goal;
|
||||
|
||||
m_bIsBeingAnimated = false;
|
||||
|
||||
onUpdate();
|
||||
|
||||
m_bIsBeingAnimated = false;
|
||||
|
||||
if (endCallback)
|
||||
onAnimationEnd();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue