measure function called multi times unnecessarily #334
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
the measure function:
the tree:
and the result:
I test this in iPhone and android mobiles.
Apparently, the float value
83.99999
and84.f
are equal, so the second call is unnecessary, I guess.Good catch, i'll look into it. thanks!