mirror of https://github.com/espruino/BangleApps
graphics_utils - Use correct parameter variable
parent
7fb4c6f786
commit
bf5c44c922
|
@ -31,5 +31,5 @@ exports.degreesToRadians = function(degrees){
|
||||||
}
|
}
|
||||||
|
|
||||||
exports.radiansToDegrees = function(radians){
|
exports.radiansToDegrees = function(radians){
|
||||||
return 180/Math.PI * degrees;
|
return 180/Math.PI * radians;
|
||||||
}
|
}
|
Loading…
Reference in New Issue