mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-05 17:26:47 +00:00
trolling tropical
This commit is contained in:
@@ -2676,7 +2676,7 @@ void LevelRenderer::cull(Culler* culler, float a) {
|
||||
if (m_bfsVisitedFaces[playerIndex].size() < visitedSize) {
|
||||
m_bfsVisitedFaces[playerIndex].resize(visitedSize, 0);
|
||||
}
|
||||
memset(m_bfsVisitedFaces[playerIndex].data(), 0, visitedSize);
|
||||
std::fill(m_bfsVisitedFaces[playerIndex].data(), 0, visitedSize);
|
||||
|
||||
q.push_back({startChunk, -1});
|
||||
m_bfsVisitedFaces[playerIndex][startChunk - chunks[playerIndex].data()] =
|
||||
|
||||
Reference in New Issue
Block a user