Rename Settings::background_color to background
This commit is contained in:
parent
f74ab463d4
commit
89a6b8a9a1
3 changed files with 6 additions and 6 deletions
|
|
@ -280,7 +280,7 @@ pub trait Application: Sized {
|
|||
}
|
||||
|
||||
let new_mouse_cursor = renderer.draw(
|
||||
settings.background_color,
|
||||
settings.background,
|
||||
&primitive,
|
||||
&debug.overlay(),
|
||||
&mut target,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue