icexin / gocraft

A Minecraft like game written in go
MIT License
1.88k stars 131 forks source link

fix math.go file #12

Closed swm888 closed 6 years ago

swm888 commented 6 years ago

fix math.go file call method 修复 math.go 文件的调用方法

old:  sim = opensimplex.NewWithSeed(0)
new:  sim = opensimplex.New(0)
swm888 commented 6 years ago

I don't know why it was submitted so many times, I just want to submit one...