From 4f6bf7a888db6603a21eedae6f1ce4bd179d76b6 Mon Sep 17 00:00:00 2001 From: John Hoford Date: Thu, 18 Apr 2013 18:43:29 -0700 Subject: tiny planet fix bug:8323524 Change-Id: I39283face7079574dbe25e797323a84141930f9a --- jni/filters/tinyplanet.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'jni') diff --git a/jni/filters/tinyplanet.cc b/jni/filters/tinyplanet.cc index a40470d34..beac0861a 100644 --- a/jni/filters/tinyplanet.cc +++ b/jni/filters/tinyplanet.cc @@ -80,6 +80,7 @@ inline void InterpolatePixel(const ImageRGBA &image, float x, float y, ax * ay * p2[4] + axn * ay * p2[0] + 0.5f); p++; p2++; + dest[3] = 0xFF; } // Wrap circular coordinates around the globe -- cgit v1.2.3