File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
14
14
#include " geomVertexReader.h"
15
15
16
- #ifndef NDEBUG
17
- // This is defined just for the benefit of having something non-NULL to
18
- // return from a nassertr() call.
16
+ #ifdef _DEBUG
17
+ // This is defined just for the benefit of having something non-NULL to
18
+ // return from a nassertr() call.
19
19
const unsigned char GeomVertexReader::empty_buffer[100 ] = { 0 };
20
20
#endif
21
21
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ class EXPCL_PANDA_GOBJ GeomVertexReader : public GeomEnums {
155
155
int _start_row;
156
156
bool _force;
157
157
158
- #ifndef NDEBUG
158
+ #ifdef _DEBUG
159
159
// This is defined just for the benefit of having something non-NULL to
160
160
// return from a nassertr() call.
161
161
static const unsigned char empty_buffer[100 ];
You can’t perform that action at this time.
0 commit comments