Skip to content

Commit ed67f97

Browse files
committed
corrected fa2866c
1 parent 8313ea1 commit ed67f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/sdlimgui/win_prefs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ of the ROM.`)
291291
}
292292

293293
if imgui.SliderInt("Frame Queue Length", &frameQueueLen, 1, maxFrameQueue) {
294-
// win.img.prefs.frameQueue.Set(frameQueueLen)
294+
win.img.prefs.frameQueueLen.Set(frameQueueLen)
295295
}
296296
}
297297
}

0 commit comments

Comments
 (0)