From 1d15ed64dcf78daa9459247127857513608c18ad Mon Sep 17 00:00:00 2001 From: Asheem Mamoowala Date: Tue, 20 Jun 2017 11:09:19 -0700 Subject: [core] Use shared pointer to manage Image source raster data and speed up change detection --- test/style/source.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/style/source.test.cpp b/test/style/source.test.cpp index 004ba18c5b..d576dc1e4a 100644 --- a/test/style/source.test.cpp +++ b/test/style/source.test.cpp @@ -535,7 +535,7 @@ TEST(Source, ImageSourceImageUpdate) { rgba.data[0] = 255; rgba.data[1] = 254; rgba.data[2] = 253; - rgba.data[3] = 128; + rgba.data[3] = 0; // Schedule an update test.loop.invoke([&] () { -- cgit v1.2.1