|
|
@@ -13,9 +13,9 @@
|
|
|
|
|
|
#include "geomVertexReader.h"
|
|
|
|
|
|
-#ifndef NDEBUG
|
|
|
- // This is defined just for the benefit of having something non-NULL to
|
|
|
- // return from a nassertr() call.
|
|
|
+#ifdef _DEBUG
|
|
|
+// This is defined just for the benefit of having something non-NULL to
|
|
|
+// return from a nassertr() call.
|
|
|
const unsigned char GeomVertexReader::empty_buffer[100] = { 0 };
|
|
|
#endif
|
|
|
|