Skip to content

Commit 6990546

Browse files
use create2
1 parent 359d864 commit 6990546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/managers/animation/AnimationManager.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class CHyprAnimationManager : public Hyprutils::Animation::CAnimationManager {
2424
constexpr const eAnimatedVarType EAVTYPE = typeToeAnimatedVarType<VarType>;
2525
pav = makeUnique<CAnimatedVariable<VarType>>();
2626

27-
pav->create(EAVTYPE, sc<Hyprutils::Animation::CAnimationManager*>(this), pav, v);
27+
pav->create2(EAVTYPE, sc<Hyprutils::Animation::CAnimationManager*>(this), pav, v);
2828
pav->setConfig(pConfig);
2929
pav->m_Context.eDamagePolicy = policy;
3030
}

0 commit comments

Comments
 (0)