Spell left correctly

This commit is contained in:
Gwilym Kuiper 2022-10-13 21:40:32 +01:00
parent 3a24fca5b1
commit 9c99f25a56

View file

@ -51,7 +51,7 @@ bitflags! {
const START = 1 << 3;
/// The RIGHT button on the D-Pad
const RIGHT = 1 << 4;
/// The LFET button on the D-Pad
/// The LEFT button on the D-Pad
const LEFT = 1 << 5;
/// The UP button on the D-Pad
const UP = 1 << 6;