Open GoogleCodeExporter opened 9 years ago
This should do it:
Remove the following from the fixed values section:
private final float degreesPerNotch = 360.0f/totalNotches;
Add the following to the end of the notches section:
private float degreesPerNotch = 360.0f/totalNotches;
Add the following to the calculation section of the init() method:
degreesPerNotch = 360.0f/totalNotches;
Original comment by BradTWe...@gmail.com
on 29 Jul 2015 at 2:40
Original issue reported on code.google.com by
kapustin...@gmail.com
on 14 Nov 2011 at 10:59