Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit f28aa4e

Browse files
committed
Tweak test
1 parent 757aeae commit f28aa4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

impeller/display_list/display_list_unittests.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ TEST_P(DisplayListTest, SaveLayerWithFiltersAndAlphaDrawCorrectly) {
290290
ImGui::SetNextWindowPos({10, 10});
291291
}
292292

293-
static float alpha = 0.8;
293+
static float alpha = 0.5;
294294
static int selected_type = 0;
295295
const char* names[] = {"Use as image filter", "Use as color filter",
296296
"Disable filter"};
@@ -299,7 +299,7 @@ TEST_P(DisplayListTest, SaveLayerWithFiltersAndAlphaDrawCorrectly) {
299299
1, 0, 0, 0, 0, //
300300
0, 3, 0, 0, 0, //
301301
0, 0, 1, 0, 0, //
302-
0, 0, 0, 0, 0, //
302+
0, 0, 0, 1, 0, //
303303
};
304304

305305
ImGui::Begin("Controls", nullptr, ImGuiWindowFlags_AlwaysAutoResize);

0 commit comments

Comments
 (0)