mirror of
https://github.com/open-goal/jak-project
synced 2026-07-07 22:22:21 -04:00
lint: remove some debugging logs (#2086)
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -1113,12 +1113,10 @@
|
||||
(set! (-> obj look-at-other-time) 0)
|
||||
(set! (-> obj neck-away-from) #f)
|
||||
(let ((v1-18 (-> obj nav)))
|
||||
(format 0 "got here ~A" v1-18)
|
||||
(set! (-> v1-18 speed-scale) 1.0)
|
||||
)
|
||||
0
|
||||
(set-gravity-length (-> obj root-override2 dynam) 573440.0)
|
||||
(format 0 "got here a")
|
||||
(fodder-method-181 obj #f)
|
||||
0
|
||||
(none)
|
||||
|
||||
Reference in New Issue
Block a user