Skip to content

Commit cf0dff1

Browse files
committed
Grid名変更
1 parent 03a811b commit cf0dff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/polygon_mesh/tile_extractor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ namespace {
9292
// model -> GRIDノード -> LODノード -> ノード
9393
for (auto& [group_grid_id, mesh] : result) {
9494

95-
const auto& grid_name = "GRID_" + std::to_string(group_grid_id.second);
95+
const auto& grid_name = "0" + std::to_string(group_grid_id.second);
9696
const auto& lod_name = "LOD" + std::to_string(lod);
9797
auto node = Node("group" + std::to_string(group_grid_id.first), std::move(mesh));
9898

0 commit comments

Comments
 (0)