mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-17 13:03:48 -07:00
@@ -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;
|
||||||
|
Reference in New Issue
Block a user