Add missing trailing comma

This commit is contained in:
IntegratedQuantum 2025-03-18 21:21:24 +01:00
parent 7ff639bf62
commit 9226d51a8f

View File

@ -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);
} }