don't forget to increment the string index for unrecognized chars

This commit is contained in:
Vanessa Dannenberg 2018-08-20 21:33:04 -04:00
parent 4c804e1851
commit f7155b385e
1 changed files with 2 additions and 0 deletions

View File

@ -285,6 +285,8 @@ led_marquee.display_msg = function(pos, channel, msg)
pos2.z = pos2.z + fdir_to_right[fdir+1][2]
i = i + 1
wrapped = nil
else
i = i + 1
end
end
end