Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

Commit

Permalink
Fix comment in input Ron example
Browse files Browse the repository at this point in the history
  • Loading branch information
Sogomn committed Dec 13, 2018
1 parent 3e0ae64 commit 0e393dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amethyst_input/src/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ use super::{Axis, Button};
/// )
/// },
/// actions: {
/// "fire": [ [Mouse(Left)], [Key(X)] ], // Up to four bindings for one action
/// "reload": [ [Key(LControl), Key(R)] ] // Combinations of two bindings possible
/// "fire": [ [Mouse(Left)], [Key(X)] ], // Multiple bindings for one action
/// "reload": [ [Key(LControl), Key(R)] ] // Combinations of multiple bindings possible
/// }
/// )
/// ```
Expand Down

0 comments on commit 0e393dc

Please sign in to comment.