better ls noanim handling
This commit is contained in:
parent
8ae1fd0173
commit
fc89e70a1f
2 changed files with 1 additions and 6 deletions
|
|
@ -67,6 +67,7 @@ void CAnimationManager::tick() {
|
|||
} else if (PLAYER) {
|
||||
WLRBOXPREV = PLAYER->geometry;
|
||||
PMONITOR = g_pCompositor->getMonitorFromVector(Vector2D(PLAYER->geometry.x, PLAYER->geometry.y) + Vector2D(PLAYER->geometry.width, PLAYER->geometry.height) / 2.f);
|
||||
animationsDisabled = animationsDisabled || PLAYER->noAnimations;
|
||||
}
|
||||
|
||||
// beziers are with a switch unforto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue