0

basic rendermode inheritance introspection (no more hacky overlay list)

This commit is contained in:
Aaron Griffith
2011-04-16 20:08:38 -04:00
parent 5294b88df9
commit 5c3b3be418
12 changed files with 111 additions and 10 deletions

View File

@@ -221,6 +221,7 @@ rendermode_normal_draw(void *data, RenderState *state, PyObject *src, PyObject *
RenderModeInterface rendermode_normal = {
"normal", "nothing special, just render the blocks",
NULL,
sizeof(RenderModeNormal),
rendermode_normal_start,
rendermode_normal_finish,