Buffer doesn't need to be mutable anymore
This commit is contained in:
parent
e0998be181
commit
ba52cbdba6
2 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ async fn run() {
|
|||
width: config.width,
|
||||
height: config.height,
|
||||
},
|
||||
&mut buffer,
|
||||
&buffer,
|
||||
Color::rgb(255, 255, 255),
|
||||
&mut cache,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue