0

fixed --list-rendermodes bug, and made sure custom modes show up

This commit is contained in:
Aaron Griffith
2011-06-11 04:38:38 -04:00
parent f5a187dad0
commit 5ae843aa80
4 changed files with 8 additions and 1 deletions

View File

@@ -259,6 +259,7 @@ rendermode_lighting_draw(void *data, RenderState *state, PyObject *src, PyObject
RenderModeOption rendermode_lighting_options[] = {
{"shade_strength", "how dark to make the shadows, from 0.0 to 1.0 (default: 1.0)"},
{NULL, NULL}
};
RenderModeInterface rendermode_lighting = {