Skip to content

Commit

Permalink
Use same repeat count in the 5.2.0 installer as used for 4.5.3
Browse files Browse the repository at this point in the history
Appears to be more reliable
  • Loading branch information
Vogtinator committed Sep 20, 2020
1 parent d278e23 commit 679190d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndless/src/installer-5.2/Problem1_bot_5.2.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
gc:drawString("(this line is just deco)", 198 + 0, 53 + 30, "top")

s = ""
s = string.rep(installer, 1024)
s = string.rep(installer, 768)

timer.start(0.2)
end
Expand Down

0 comments on commit 679190d

Please sign in to comment.