瀏覽代碼

Fixed: Initialize members in SMDLoader

Richard 10 年之前
父節點
當前提交
eaf63bd04b
共有 1 個文件被更改,包括 1 次插入0 次删除
  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);
         }