diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/style/source.test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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([&] () { |