Skip to content

Commit c0494d9

Browse files
警告削除 (Synesthesias#148)
* 警告削除 * submodule 更新
1 parent 83bc07a commit c0494d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

3rdparty/libcitygml

include/plateau/mesh_writer/obj_writer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ namespace plateau::meshWriter {
3030
void writeMtl(const std::string& obj_file_path);
3131

3232

33-
std::map<std::string, std::string> required_materials_;
3433
unsigned v_offset_, uv_offset_;
34+
std::map<std::string, std::string> required_materials_;
3535

3636
};
3737
}

0 commit comments

Comments
 (0)