Closed darkeststar closed 10 months ago
The compute-bsize method for triangles was using an undefined variable target and not updating the local variable vmin and vmax, this small change rectifies that.
compute-bsize
triangle
target
vmin
vmax
Fixed in e411838d instead.
The
compute-bsize
method fortriangle
s was using an undefined variabletarget
and not updating the local variablevmin
andvmax
, this small change rectifies that.