mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
fix warnings
This commit is contained in:
parent
2ef9628ab8
commit
e5752ea4b0
13 changed files with 16 additions and 22 deletions
|
|
@ -62,7 +62,7 @@ impl Sampler {
|
|||
Fixed::x(12, Map::south(
|
||||
1,
|
||||
move||(note_lo..=note_hi).rev(),
|
||||
move|note, i| {
|
||||
move|note, _index| {
|
||||
//let offset = |a|Push::y(i as u16, Align::n(Fixed::y(1, Fill::x(a))));
|
||||
let mut bg = if note == note_pt { Tui::g(64) } else { Color::Reset };
|
||||
let mut fg = Tui::g(160);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue