0

Fixed lighting issue

If more than one half-step or stair is stacked on top of another, the
bottom steps/stairs will be black in a lighting render.  This is now
fixed
This commit is contained in:
Andrew Chin
2011-08-18 20:40:36 -04:00
parent d19ee7d280
commit 320f7a178c
2 changed files with 9 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
// increment this value if you've made a change to the c extesion
// and want to force users to rebuild
#define OVERVIEWER_EXTENSION_VERSION 8
#define OVERVIEWER_EXTENSION_VERSION 9
/* Python PIL, and numpy headers */
#include <Python.h>