mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-09-09 20:28:57 -04:00
Add missing trailing comma
This commit is contained in:
parent
7ff639bf62
commit
9226d51a8f
@ -181,7 +181,7 @@ const SimpleStructure = struct {
|
|||||||
},
|
},
|
||||||
.water_surface => {
|
.water_surface => {
|
||||||
if(biomeMap.getSurfaceHeight(self.wx, self.wy) >= 0) return;
|
if(biomeMap.getSurfaceHeight(self.wx, self.wy) >= 0) return;
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
self.model.generate(px, py, relZ, chunk, caveMap, biomeMap, &seed, isCeiling);
|
self.model.generate(px, py, relZ, chunk, caveMap, biomeMap, &seed, isCeiling);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user