Skip to content

Commit

Permalink
remove Redefined local tileID. in GenerateChunk
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin452 committed Mar 25, 2024
1 parent 6474e6a commit 9d828db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/world/gen/generator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ function GenerateChunk(chunk, xx, zz, sunlight, i, k, generationFunction)
if sunlight then
temp[yy + 1] = string.char(LightSources[15])
end
local tileID
if j == 1 then
tileID = Tiles.BEDROCK_Block.id
elseif j < chunkfloor then
Expand Down

0 comments on commit 9d828db

Please sign in to comment.