mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-04 18:45:59 +01:00
fix warn
This commit is contained in:
parent
f84294fe07
commit
77002eeea0
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@ void CAnimationManager::tick() {
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
default: {
|
||||||
|
;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// invalidate the window
|
// invalidate the window
|
||||||
|
|
Loading…
Reference in a new issue