Skip to content

Commit 679190d

Browse files
committed
Use same repeat count in the 5.2.0 installer as used for 4.5.3
Appears to be more reliable
1 parent d278e23 commit 679190d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ndless/src/installer-5.2/Problem1_bot_5.2.0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
gc:drawString("(this line is just deco)", 198 + 0, 53 + 30, "top")
1616

1717
s = ""
18-
s = string.rep(installer, 1024)
18+
s = string.rep(installer, 768)
1919

2020
timer.start(0.2)
2121
end

0 commit comments

Comments
 (0)