mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-10 13:11:50 +09:00
more robust multilingual print
This commit is contained in:
@@ -97,7 +97,7 @@ class GraphicsJSR223Delegate(val vm: VM) {
|
||||
|
||||
fun setCursorYX(cy: Int, cx: Int) {
|
||||
getFirstGPU()?.let {
|
||||
it.setCursorPos(cy - 1, cx - 1)
|
||||
it.setCursorPos(cx - 1, cy - 1)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user