mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
test-cogl-path: Initialise state.frame
state.frame was left unitialized so it would be left to happenstance which of the first three frames would be used for validating the test.
This commit is contained in:
parent
0021b4aee0
commit
b9c7051484
@ -180,6 +180,7 @@ test_cogl_path (TestConformSimpleFixture *fixture,
|
||||
unsigned int idle_source;
|
||||
unsigned int paint_handler;
|
||||
|
||||
state.frame = 0;
|
||||
state.stage = clutter_stage_get_default ();
|
||||
clutter_stage_set_color (CLUTTER_STAGE (state.stage), &stage_color);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user