Fix #9826. Solution by @gloomyandy
This commit is contained in:
parent
02474a321a
commit
7bdb98c946
@ -1668,7 +1668,7 @@
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
z_values[i][j] += z_tmp - lsf_results.D;
|
z_values[i][j] = z_tmp - lsf_results.D;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user