Updated uCore
This commit is contained in:
@@ -5,7 +5,7 @@ import io.anuke.ucore.noise.RidgedPerlin;
|
||||
import io.anuke.ucore.noise.Simplex;
|
||||
|
||||
public class ProcGen {
|
||||
public RidgedPerlin rid = new RidgedPerlin(1, 1, 1);
|
||||
public RidgedPerlin rid = new RidgedPerlin(1, 1);
|
||||
public Simplex sim = new Simplex();
|
||||
|
||||
public Map generate(GenProperties props){
|
||||
|
||||
Reference in New Issue
Block a user