MRProgress icon indicating copy to clipboard operation
MRProgress copied to clipboard

Fixed implicit conversions from float to double errors on 64bit

Open danishin opened this issue 9 years ago • 1 comments

danishin avatar Jun 14 '16 03:06 danishin

@danishin it would be best if you casted to CGFloat here instead of double. This would let 32 bit systems continue to use float, and 64 bit systems would use double. Double precision isn't required here, so no need to drive a hard up cast to double.

jamieomatthews avatar Jul 27 '16 22:07 jamieomatthews