mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-08 16:56:07 +00:00
fix minor issues
This commit is contained in:
@@ -12,7 +12,6 @@ public class TerraBiomeHolder implements BiomeHolder {
|
||||
private TerraBiome[][] biomes;
|
||||
|
||||
public TerraBiomeHolder(int width, Vector2 origin) {
|
||||
if(width % 2 == 0) throw new IllegalArgumentException();
|
||||
this.width = width;
|
||||
biomes = new TerraBiome[width][width];
|
||||
this.origin = origin;
|
||||
|
||||
Reference in New Issue
Block a user