renderer: improve zoom in anims (#11453)

Removes `animations:first_launch_animation` as it's useless now
This commit is contained in:
Vaxry 2025-08-16 20:02:15 +01:00 committed by GitHub
parent 78c9e2080c
commit 3d4dc19412
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 13 additions and 36 deletions

View file

@ -183,6 +183,9 @@ class CMonitor {
PHLANIMVAR<float> m_cursorZoom;
// for initial zoom anim
PHLANIMVAR<float> m_zoomAnimProgress;
struct {
bool canTear = false;
bool nextRenderTorn = false;