Adding blend mode to renderer.
This commit is contained in:
parent
ee137abf63
commit
a5e9046632
|
|
@ -1 +1 @@
|
||||||
Subproject commit 449bf601603d1c08d001789f3469b55ea350dce2
|
Subproject commit 3e341a0cf4bd172116f9c0e5def3718d334ea50e
|
||||||
|
|
@ -42,7 +42,7 @@ int transform_component_draw(component_t *component)
|
||||||
{
|
{
|
||||||
transform_component_data_t *component_data = component->component_data;
|
transform_component_data_t *component_data = component->component_data;
|
||||||
|
|
||||||
if(display_draw_frect(&component_data->bounds, C_BLUE)) return EXIT_FAILURE;
|
if(display_draw_frect(&component_data->bounds, C_BLUE, 128)) return EXIT_FAILURE;
|
||||||
|
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue