Browse Source

SkeletalModel memory test

Thomas Buck 11 years ago
parent
commit
b8cd0cb42c
2 changed files with 5 additions and 0 deletions
  1. 2
    0
      ChangeLog
  2. 3
    0
      src/SkeletalModel.cpp

+ 2
- 0
ChangeLog View File

8
 	[ 20140111 ]
8
 	[ 20140111 ]
9
 	* Only one way of conversion between Deg and Rad in MatMath
9
 	* Only one way of conversion between Deg and Rad in MatMath
10
 	* Use the same style of include guards in all headers
10
 	* Use the same style of include guards in all headers
11
+	* Added memory test to SkeletalModel. Adding to OpenGLMesh causes
12
+	  a segfault on launch
11
 
13
 
12
 	[ 20140110 ]
14
 	[ 20140110 ]
13
 	* Removed endian.(h/cpp) as it shouldn't be needed. See:
15
 	* Removed endian.(h/cpp) as it shouldn't be needed. See:

+ 3
- 0
src/SkeletalModel.cpp View File

21
 
21
 
22
 #include <SkeletalModel.h>
22
 #include <SkeletalModel.h>
23
 
23
 
24
+#ifdef MEMORY_TEST
25
+#include <memory_test.h>
26
+#endif
24
 
27
 
25
 ////////////////////////////////////////////////////////////
28
 ////////////////////////////////////////////////////////////
26
 // Constructors
29
 // Constructors

Loading…
Cancel
Save