summaryrefslogtreecommitdiffstats
path: root/src/com/android/galaxy4/GalaxyRS.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/galaxy4/GalaxyRS.java')
-rw-r--r--src/com/android/galaxy4/GalaxyRS.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/galaxy4/GalaxyRS.java b/src/com/android/galaxy4/GalaxyRS.java
index f6136ae..0e84cbe 100644
--- a/src/com/android/galaxy4/GalaxyRS.java
+++ b/src/com/android/galaxy4/GalaxyRS.java
@@ -152,7 +152,7 @@ public class GalaxyRS {
Matrix4f projNorm = getProjectionNormalized(mWidth, mHeight);
ScriptField_VpConsts.Item i = new ScriptField_VpConsts.Item();
i.MVP = projNorm;
- i.scaleSize = mDensityDPI / 240.0f;
+ i.scaleSize = mDensityDPI / 120.0f;
mPvConsts.set(i, 0, true);
mScript.invoke_positionParticles();
}