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