Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jugeeya authored Sep 12, 2020
1 parent e94aa33 commit 3a7bed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fn params_main(params_info: &ParamsInfo<'_>) {
}

if let Ok(fighter_param) = params_info.get::<FighterParams>() {
let ganon_params = fighter_param[*FIGHTER_KIND_GANON];
let ganon_params = &mut fighter_param[*FIGHTER_KIND_GANON];
ganon_params.walk_speed_max = 30.0;
}
}
Expand Down

0 comments on commit 3a7bed0

Please sign in to comment.