Skip to content

Commit

Permalink
corrected fa2866c
Browse files Browse the repository at this point in the history
  • Loading branch information
JetSetIlly committed May 5, 2024
1 parent 8313ea1 commit ed67f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/sdlimgui/win_prefs.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ of the ROM.`)
}

if imgui.SliderInt("Frame Queue Length", &frameQueueLen, 1, maxFrameQueue) {
// win.img.prefs.frameQueue.Set(frameQueueLen)
win.img.prefs.frameQueueLen.Set(frameQueueLen)
}
}
}
Expand Down

0 comments on commit ed67f97

Please sign in to comment.