Compare commits
1 Commits
1df50e4888
...
3711652475
| Author | SHA1 | Date | |
|---|---|---|---|
| 3711652475 |
@ -38,7 +38,7 @@ impl SeatId {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn row(&self) -> u8 {
|
fn row(&self) -> u8 {
|
||||||
(self.0 >> 4) as u8
|
(self.0 >> 3) as u8
|
||||||
}
|
}
|
||||||
|
|
||||||
fn column(&self) -> u8 {
|
fn column(&self) -> u8 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user