Skip to content
Snippets Groups Projects
Commit 13dabb70 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'fixes' into 'pregmod-master'

Fix

See merge request !2723
parents 86da40dc eb841b97
No related branches found
No related tags found
1 merge request!2723Fix
......@@ -42,8 +42,10 @@
<</if>>
<<if $NaNArray.length > 0>>
<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>
<<set _main++>>
<</for>><br>
<</if>>
/* end extra sanity checks and repair */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment