0

fixed uninitialized texture pointer, and bumped extension version

This commit is contained in:
Aaron Griffith
2011-05-31 20:05:45 -04:00
parent 9d4b48b5ae
commit 8565919c89
3 changed files with 5 additions and 2 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 6
#define OVERVIEWER_EXTENSION_VERSION 7
/* Python PIL, and numpy headers */
#include <Python.h>