Commit 990efe4
committed
Expand text box limit from 200 to 10,000
Prevents the program from crashing when reaching layer 200 due to running out of free text boxes. Fixes #92.
It will still crash on layer ~10,000, so a proper fix must still be applied (for example, preventing the user from scrolling at all beyond the 10,000th layer).1 parent cc1e544 commit 990efe4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments