fix cursor movement check

This commit is contained in:
tildearrow 2025-10-30 01:02:26 -05:00
parent a78c59e17e
commit a6d06d3728

View file

@ -7386,7 +7386,7 @@ bool FurnaceGUI::loop() {
}
if (!e->isPlaying() && e->getFilePlayerSync()) {
if (cursor.y!=prevCursor.y || cursor.order) {
if (cursor.y!=prevCursor.y || cursor.order!=prevCursor.order) {
DivFilePlayer* fp=e->getFilePlayer();
logV("cursor moved to %d:%d",cursor.order,cursor.y);
if (!fp->isPlaying()) {