Skip to content

Commit

Permalink
Show all note names on piano keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
guylamar2006 authored Dec 1, 2024
1 parent 7c1ae2e commit aafad48
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions neothesia-core/src/render/keyboard/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,7 @@ impl KeyboardRenderer {
..Default::default()
});

for key in self
.layout
.keys
.iter()
.filter(|key| key.kind().is_neutral())
{
for key in self.layout.keys.iter() {
let id = key.id();
let color = self.key_states[id].color();

Expand Down

0 comments on commit aafad48

Please sign in to comment.