mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 21:25:58 +01:00
parent
fb87e332c5
commit
d6f1b151b2
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ class CAnimatedVariable : public CBaseAnimatedVariable {
|
||||||
void create(const VarType& value, SAnimationPropertyConfig* pAnimConfig, void* pWindow, AVARDAMAGEPOLICY policy) {
|
void create(const VarType& value, SAnimationPropertyConfig* pAnimConfig, void* pWindow, AVARDAMAGEPOLICY policy) {
|
||||||
create(pAnimConfig, pWindow, policy);
|
create(pAnimConfig, pWindow, policy);
|
||||||
m_Value = value;
|
m_Value = value;
|
||||||
|
m_Goal = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
using CBaseAnimatedVariable::create;
|
using CBaseAnimatedVariable::create;
|
||||||
|
|
Loading…
Reference in a new issue