the rest of the render modes are now working
This commit is contained in:
4
setup.py
4
setup.py
@@ -149,8 +149,8 @@ except Exception:
|
||||
|
||||
|
||||
# used to figure out what files to compile
|
||||
#render_modes = ['normal', 'overlay', 'lighting', 'smooth-lighting', 'spawn', 'cave', 'mineral']
|
||||
render_modes = ['normal', 'lighting']
|
||||
render_modes = ['normal', 'lighting', 'smooth-lighting', 'cave']
|
||||
render_modes += ['overlay', 'spawn', 'mineral']
|
||||
|
||||
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