Auburn / FastNoise_CSharp

FastNoise C# Version
MIT License
368 stars 77 forks source link

remove redunant casts, replace fastabs with math.abs #2

Closed jackmott closed 8 years ago

jackmott commented 8 years ago

This doesn't have much measurable impact on performance at least with .net 4.6.1, but removes unnecessary FastAbs function and some redundant casts.