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);