Skip to content

Commit 0178439

Browse files
Update README.md
1 parent 8e27d04 commit 0178439

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fn main() -> Result<(), blue_engine::error::Error> {
2828

2929
// run the engine
3030
engine
31-
.update_loop(move |_, _, _, _, _, _| {})?;
31+
.update_loop(move |_| {})?;
3232

3333
Ok(())
3434
}

0 commit comments

Comments
 (0)