From 77002eeea0d10661c2b90345bf6c5b9888afcff6 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sat, 23 Apr 2022 14:36:03 +0200 Subject: [PATCH] fix warn --- src/managers/AnimationManager.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/managers/AnimationManager.cpp b/src/managers/AnimationManager.cpp index d4a71f37..58613042 100644 --- a/src/managers/AnimationManager.cpp +++ b/src/managers/AnimationManager.cpp @@ -67,6 +67,9 @@ void CAnimationManager::tick() { } break; } + default: { + ; + } } // invalidate the window