Skip to content

Commit 112de22

Browse files
committed
Fix note labels under non-1.0 scale factors
1 parent 4914e9a commit 112de22

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • neothesia-core/src/render/note_labels

neothesia-core/src/render/note_labels/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ impl NoteLabels {
9393
let label_width = layout.sizing.sharp_width;
9494

9595
let labels = self.labels_cache.get(keyboard);
96+
let animation_speed = animation_speed / scale;
9697

9798
for note in self.notes.inner.iter() {
9899
if !layout.range.contains(note.note) || note.channel == 9 {

0 commit comments

Comments
 (0)