Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Commit

Permalink
Deactivate water chunk generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Lagrange committed Feb 18, 2011
1 parent bad354f commit 9a85e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CubeWorld.cpp
Expand Up @@ -787,7 +787,7 @@ void CubeWorld::createWorldChunks (void)
for (int x = 0; x < WORLD_SIZE; x += CHUNK_SIZE)
{
createChunk(x,y,z); /* WFaces or not */
createChunkWater(x, y, z);
//createChunkWater(x, y, z);
}
}
}
Expand Down

0 comments on commit 9a85e49

Please sign in to comment.