mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-21 15:45:35 +00:00
3ade70fef3
function tan(x) {
return Math.sin(x); --> Math.tan(x)
}
This was SVN commit r6601.