From 59ebbd8e25cc6185beb01f7c8aefe8c58a23e953 Mon Sep 17 00:00:00 2001 From: Maximilian Seidler Date: Sat, 28 Dec 2024 16:30:10 +0100 Subject: [PATCH] ups --- include/hyprutils/animation/AnimatedVariable.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hyprutils/animation/AnimatedVariable.hpp b/include/hyprutils/animation/AnimatedVariable.hpp index 385c586..c3d9f12 100644 --- a/include/hyprutils/animation/AnimatedVariable.hpp +++ b/include/hyprutils/animation/AnimatedVariable.hpp @@ -115,7 +115,7 @@ namespace Hyprutils { bool m_bDummy = true; - CAnimationManager* m_pAnimationManager; + CAnimationManager* m_pAnimationManager = nullptr; bool m_bRemoveEndAfterRan = true; bool m_bRemoveBeginAfterRan = true;