Fix #9826. Solution by @gloomyandy
This commit is contained in:
parent
02474a321a
commit
7bdb98c946
1 changed files with 1 additions and 1 deletions
|
@ -1668,7 +1668,7 @@
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
z_values[i][j] += z_tmp - lsf_results.D;
|
z_values[i][j] = z_tmp - lsf_results.D;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue