summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/raw/allapps.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/raw/allapps.rs b/res/raw/allapps.rs
index 4f6e2845e..312800fc4 100644
--- a/res/raw/allapps.rs
+++ b/res/raw/allapps.rs
@@ -370,9 +370,9 @@ main(int launchID)
} else {
g_Zoom += dz;
}
- g_Animation = powf(1-g_Zoom, 3);
updateReadback();
}
+ g_Animation = powf(1-g_Zoom, 3);
// Set clear value to dim the background based on the zoom position.
if ((g_Zoom < 0.001f) && (state->zoomTarget < 0.001f) && !g_SpecialHWWar) {