all: address clippy lints
This commit is contained in:
parent
0fe59effe2
commit
ae991b9038
28 changed files with 84 additions and 70 deletions
|
|
@ -166,7 +166,7 @@ impl Renderer<'_> {
|
|||
let x = x + (pos.width() - tex.width()) / 2;
|
||||
let y = y + (pos.height() - tex.height()) / 2;
|
||||
self.base
|
||||
.render_texture(&tex, x, y, &ARGB8888, None, None, self.base.scale);
|
||||
.render_texture(&tex, x, y, ARGB8888, None, None, self.base.scale);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue