Skip to content
Snippets Groups Projects
Commit eb841b97 authored by kopareigns's avatar kopareigns
Browse files

Fix

parent a430d049
No related branches found
No related tags found
No related merge requests found
...@@ -42,8 +42,10 @@ ...@@ -42,8 +42,10 @@
<</if>> <</if>>
<<if $NaNArray.length > 0>> <<if $NaNArray.length > 0>>
<br><br>@@.red;ERROR: The following variables are NaN! Please report this.@@<br> <br><br>@@.red;ERROR: The following variables are NaN! Please report this.@@<br>
<<for _main = 0; _main < $NaNArray.length; _main++>> <<set _main = 0>>
<<for _main < $NaNArray.length>> /* Don't change how this loop is setup. It's important for unknown reasons. */
$NaNArray[_main] <br> $NaNArray[_main] <br>
<<set _main++>>
<</for>><br> <</for>><br>
<</if>> <</if>>
/* end extra sanity checks and repair */ /* end extra sanity checks and repair */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment