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,6 +8,8 @@
8 8
 	[ 20140111 ]
9 9
 	* Only one way of conversion between Deg and Rad in MatMath
10 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 14
 	[ 20140110 ]
13 15
 	* Removed endian.(h/cpp) as it shouldn't be needed. See:

+ 3
- 0
src/SkeletalModel.cpp View File

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

Loading…
Cancel
Save