lint: remove some debugging logs (#2086)

This commit is contained in:
Tyler Wilding
2023-01-02 01:11:05 -05:00
committed by GitHub
parent 284fb09997
commit f06fd9b9c5
2 changed files with 3 additions and 3 deletions
+3 -1
View File
@@ -2056,7 +2056,9 @@ void add_vertices_and_static_draw(tfrag3::TieTree& tree,
for (auto& vert : strip.verts) {
tree.packed_vertices.vertices.push_back(
{vert.pos.x(), vert.pos.y(), vert.pos.z(), vert.tex.x(), vert.tex.y()});
lg::warn("SKIPPING ASSERT in extract_tie! TODO!");
if (vert.tex.z() != 1.0) {
lg::warn("SKIPPING ASSERT in extract_tie! TODO!");
}
// ASSERT(vert.tex.z() == 1.);
}
int end = tree.packed_vertices.vertices.size();