mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-14 04:01:57 +00:00
fix: unglob std::{min, max}, manual stuff
This commit is contained in:
@@ -43,7 +43,7 @@ bool ScatteredFeaturePieces::ScatteredFeaturePiece::updateAverageGroundHeight(Le
|
||||
{
|
||||
if (chunkBB->isInside(x, 64, z))
|
||||
{
|
||||
total += max(level->getTopSolidBlock(x, z), level->dimension->getSpawnYPosition());
|
||||
total += std::max(level->getTopSolidBlock(x, z), level->dimension->getSpawnYPosition());
|
||||
count++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user