mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-08 04:01:51 +09:00
oops i did it again
This commit is contained in:
@@ -120,7 +120,7 @@ class AudioMenu(parent: VMEmuExecutable, x: Int, y: Int, w: Int, h: Int) : EmuMe
|
||||
val smpRH = (smpR * envelopeHalfHeight).roundToInt() // -50..50
|
||||
|
||||
batch.fillRect(x + s, y + 27, 1, smpLH)
|
||||
batch.fillRect(x + s, y + 81, 1, smpLH)
|
||||
batch.fillRect(x + s, y + 81, 1, smpRH)
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user