diff options
Diffstat (limited to 'libs/hwui/Caches.cpp')
-rw-r--r-- | libs/hwui/Caches.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/hwui/Caches.cpp b/libs/hwui/Caches.cpp index 1d58d96223d4..f02e59156324 100644 --- a/libs/hwui/Caches.cpp +++ b/libs/hwui/Caches.cpp @@ -705,8 +705,8 @@ void Caches::initTempProperties() { propertyDirtyViewport = false; propertyEnable3d = false; propertyCameraDistance = 1.0f; - propertyAmbientShadowStrength = 0x3f; - propertySpotShadowStrength = 0x3f; + propertyAmbientShadowStrength = 25; + propertySpotShadowStrength = 25; propertyLightPosXScale = 0.5f; propertyLightPosYScale = 0.0f; |