Add background_color to Settings
This commit is contained in:
parent
c7b170da6d
commit
f74ab463d4
6 changed files with 55 additions and 14 deletions
|
|
@ -279,8 +279,12 @@ pub trait Application: Sized {
|
|||
resized = false;
|
||||
}
|
||||
|
||||
let new_mouse_cursor =
|
||||
renderer.draw(&primitive, &debug.overlay(), &mut target);
|
||||
let new_mouse_cursor = renderer.draw(
|
||||
settings.background_color,
|
||||
&primitive,
|
||||
&debug.overlay(),
|
||||
&mut target,
|
||||
);
|
||||
|
||||
debug.render_finished();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue