Skip to content

Commit

Permalink
remove ebug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Try committed Dec 5, 2022
1 parent bf95007 commit 081bd72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions game/graphics/mesh/submesh/packedmesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ void PackedMesh::packMeshletsLnd(const phoenix::mesh& mesh) {
if(pack.iboLength>0)
subMeshes.push_back(std::move(pack));

dbgUtilization(meshlets);
//dbgUtilization(meshlets);
}
}

Expand Down Expand Up @@ -570,7 +570,7 @@ void PackedMesh::packMeshletsObj(const phoenix::proto_mesh& mesh, PkgType type,
i.flush(vertices,verticesA,indices,vId,pack,mesh.positions,sm.wedges,skeletal);
pack.iboLength = indices.size() - pack.iboOffset;

dbgUtilization(meshlets);
//dbgUtilization(meshlets);
}
}

Expand Down

0 comments on commit 081bd72

Please sign in to comment.