1 parent 4914e9a commit 112de22Copy full SHA for 112de22
1 file changed
neothesia-core/src/render/note_labels/mod.rs
@@ -93,6 +93,7 @@ impl NoteLabels {
93
let label_width = layout.sizing.sharp_width;
94
95
let labels = self.labels_cache.get(keyboard);
96
+ let animation_speed = animation_speed / scale;
97
98
for note in self.notes.inner.iter() {
99
if !layout.range.contains(note.note) || note.channel == 9 {
0 commit comments