Shinichi Matsuda

Results 1 issues of Shinichi Matsuda

When max is 100 (default) and progress is 53, drawTextContent() writes "52%" rather than the expected "53%". int percent = (int) (((float) progress / (float) max) * 100); Seems like...