mirror of
https://github.com/hyprwm/hyprlock.git
synced 2025-12-29 05:10:05 +01:00
use create2
This commit is contained in:
parent
cf89438653
commit
3b5e00b66a
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class CHyprlockAnimationManager : public Hyprutils::Animation::CAnimationManager
|
|||
constexpr const eAnimatedVarType EAVTYPE = typeToeAnimatedVarType<VarType>;
|
||||
pav = makeUnique<CAnimatedVariable<VarType>>();
|
||||
|
||||
pav->create(EAVTYPE, static_cast<Hyprutils::Animation::CAnimationManager*>(this), pav, v);
|
||||
pav->create2(EAVTYPE, static_cast<Hyprutils::Animation::CAnimationManager*>(this), pav, v);
|
||||
pav->setConfig(pConfig);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue