소스 검색

oops, unitialized variable

David Rose 20 년 전
부모
커밋
24633538b6
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      pandatool/src/eggbase/eggBase.cxx

+ 2 - 0
pandatool/src/eggbase/eggBase.cxx

@@ -42,6 +42,8 @@ EggBase() {
   _normals_mode = NM_preserve;
   _normals_mode = NM_preserve;
   _normals_threshold = 0.0;
   _normals_threshold = 0.0;
 
 
+  _got_tbnall = false;
+
   _got_transform = false;
   _got_transform = false;
   _transform = LMatrix4d::ident_mat();
   _transform = LMatrix4d::ident_mat();