From 638a93d73b7104ebed0793482fa58f7e95ee54c9 Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Mon, 8 Mar 2010 17:03:51 -0800 Subject: Give up on caching the computed animation state as it keeps causing bugs where we don't correctly re-initialize it when starting in various states. Change-Id: Id648c7bba5d8b55a32b5b33363ddf6e74701df87 --- res/raw/allapps.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/raw') 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) { -- cgit v1.2.3