restruct: 21e

This commit is contained in:
i do not exist 2026-06-25 11:09:45 +03:00
parent 3bbe52093e
commit 47ef33180c
5 changed files with 85 additions and 80 deletions

View file

@ -81,7 +81,7 @@ impl NoteRange for Sampler {
&self.note_lo
}
fn note_axis (&self) -> &AtomicUsize {
&self.size.y
&self.size.1
}
}