OSDN Git Service

Fix Galaxy's appearance in landscape.
authorRomain Guy <romainguy@android.com>
Thu, 15 Oct 2009 19:47:16 +0000 (12:47 -0700)
committerRomain Guy <romainguy@android.com>
Thu, 15 Oct 2009 19:47:16 +0000 (12:47 -0700)
Change-Id: I3a43f28f868e2c56d88ce86b43466c6464900e1b

res/raw/galaxy.rs

index cf7c7ec..70d75d8 100644 (file)
@@ -151,7 +151,7 @@ void drawParticles(float xOffset, float offset, int width, int height) {
     if (State->scale == 0) {
         matrixScale(matrix, 6.6f, 6.0f, 1.0f);
     } else {
-        matrixScale(matrix, 7.6f, 16.0f, 1.0f);
+        matrixScale(matrix, 12.6f, 12.0f, 1.0f);
     }
     matrixRotate(matrix, absoluteAngle, 1.0f, 0.0f, 0.0f);
     matrixRotate(matrix, a, 0.0f, 0.4f, 0.1f);