David Rose 21 년 전
부모
커밋
2fb3521f56
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pandatool/src/palettizer/txaFile.cxx

+ 1 - 1
pandatool/src/palettizer/txaFile.cxx

@@ -222,7 +222,7 @@ parse_group_line(const vector_string &words) {
   };
   State state = S_none;
 
-  bool first_on = false;
+  bool first_on = true;
 
   while (wi != words.end()) {
     const string &word = (*wi);