mirror of
https://gitlab.com/gaelysam/mapgen_rivers.git
synced 2025-11-07 03:25:19 +01:00
Remove "full" grid loading method
I see no reason to let the choice between a greedy and a lighter loading method, so better remove it to simplify the code.
This commit is contained in:
@@ -110,7 +110,5 @@ function mapgen_rivers.pregenerate(grid)
|
||||
grid.offset_x = offset_x
|
||||
grid.offset_y = offset_y
|
||||
|
||||
grid.load_method = "full"
|
||||
grid.conv_applied = false
|
||||
collectgarbage()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user