We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359d864 commit 6990546Copy full SHA for 6990546
src/managers/animation/AnimationManager.hpp
@@ -24,7 +24,7 @@ class CHyprAnimationManager : public Hyprutils::Animation::CAnimationManager {
24
constexpr const eAnimatedVarType EAVTYPE = typeToeAnimatedVarType<VarType>;
25
pav = makeUnique<CAnimatedVariable<VarType>>();
26
27
- pav->create(EAVTYPE, sc<Hyprutils::Animation::CAnimationManager*>(this), pav, v);
+ pav->create2(EAVTYPE, sc<Hyprutils::Animation::CAnimationManager*>(this), pav, v);
28
pav->setConfig(pConfig);
29
pav->m_Context.eDamagePolicy = policy;
30
}
0 commit comments