Skip to content

Commit 3d08589

Browse files
fixed small glitch with previous commit (73fe6ae)
1 parent 73fe6ae commit 3d08589

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SCRIPTS/BF/ui.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ end
140140
local function incPage(inc)
141141
currentPage = incMax(currentPage, inc, #(PageFiles))
142142
Page = nil
143+
currentLine = 1
143144
collectgarbage()
144145
end
145146

0 commit comments

Comments
 (0)