forked from mirrors/0ad
3ade70fef3
function tan(x) {
return Math.sin(x); --> Math.tan(x)
}
This was SVN commit r6601.
function tan(x) {
return Math.sin(x); --> Math.tan(x)
}
This was SVN commit r6601.