Initial version of C lighting code
Needs *lots* of performance work
This commit is contained in:
2
gmap.py
2
gmap.py
@@ -140,7 +140,7 @@ def main():
|
||||
logging.info("Notice: Not using biome data for tinting")
|
||||
|
||||
# First do world-level preprocessing
|
||||
w = world.World(worlddir, useBiomeData=useBiomeData)
|
||||
w = world.World(worlddir, useBiomeData=useBiomeData, lighting=options.lighting)
|
||||
w.go(options.procs)
|
||||
|
||||
# Now generate the tiles
|
||||
|
||||
Reference in New Issue
Block a user