laplante-sean / jackit

2D side-scroller game with a programming aspect
GNU General Public License v3.0
2 stars 0 forks source link

Index out of bounds and other issues when wrapping lines in text output #21

Closed laplante-sean closed 7 years ago

laplante-sean commented 7 years ago

When a line get's long enough to trigger the text wrapper we have some issues deleting characters and index out of bounds issues.

laplante-sean commented 7 years ago

Fixed by above commit