Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clamp graph meter values in "double" type
A meter's "drawData.values[i] / total" quotient could overflow an integer type (the resulting value would be "unspecified"). Clamp the values in floating point type to prevent that.
- Loading branch information