We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e27d04 commit 0178439Copy full SHA for 0178439
1 file changed
README.md
@@ -28,7 +28,7 @@ fn main() -> Result<(), blue_engine::error::Error> {
28
29
// run the engine
30
engine
31
- .update_loop(move |_, _, _, _, _, _| {})?;
+ .update_loop(move |_| {})?;
32
33
Ok(())
34
}
0 commit comments