mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: change f mut Foo
to mut f Foo
This commit is contained in:
@@ -402,7 +402,7 @@ fn parse_binary_tetro(t_ int) []Block {
|
||||
return res
|
||||
}
|
||||
|
||||
fn on_event(e &sapp.Event, game mut Game) {
|
||||
fn on_event(e &sapp.Event, mut game Game) {
|
||||
if e.typ == .key_down {
|
||||
game.key_down(e.key_code)
|
||||
}
|
||||
|
Reference in New Issue
Block a user