revert missed

This commit is contained in:
Vaxry 2024-04-07 00:47:12 +01:00
parent f66b131b05
commit 511736c440
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ int wlTick(std::shared_ptr<CEventLoopTimer> self, void* data) {
EMIT_HOOK_EVENT("tick", nullptr);
}
if (g_pAnimationManager) // && g_pAnimationManager->shouldTickForNext()
if (g_pAnimationManager && g_pAnimationManager->shouldTickForNext())
g_pAnimationManager->scheduleTick();
return 0;