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