fixes to get lighting mode working again
This commit is contained in:
2
setup.py
2
setup.py
@@ -150,7 +150,7 @@ except Exception:
|
||||
|
||||
# used to figure out what files to compile
|
||||
#render_modes = ['normal', 'overlay', 'lighting', 'smooth-lighting', 'spawn', 'cave', 'mineral']
|
||||
render_modes = ['normal']
|
||||
render_modes = ['normal', 'lighting']
|
||||
|
||||
c_overviewer_files = ['main.c', 'composite.c', 'iterate.c', 'endian.c', 'rendermodes.c']
|
||||
c_overviewer_files += map(lambda mode: 'rendermode-%s.c' % (mode,), render_modes)
|
||||
|
||||
Reference in New Issue
Block a user