Browse Source

Fixed: Initialize members in SMDLoader

Richard 10 years ago
parent
commit
eaf63bd04b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      code/SMDLoader.h

+ 1 - 0
code/SMDLoader.h

@@ -126,6 +126,7 @@ struct Bone
     {
         //! Public default constructor
         Animation()
+            : iFirstTimeKey()
         {
             asKeys.reserve(20);
         }