oops i did it again

This commit is contained in:
minjaesong
2023-01-22 14:17:15 +09:00
parent 39a781ff71
commit 9023f74cb5
2 changed files with 3 additions and 1 deletions

View File

@@ -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 {