From 32317145166988e5f9c65395bfc027aa2d32ed0e Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 31 Jul 2008 13:24:30 +0000 Subject: fix debug messages --- src/model/model.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/model/model.cc') diff --git a/src/model/model.cc b/src/model/model.cc index 979b79a..101895b 100644 --- a/src/model/model.cc +++ b/src/model/model.cc @@ -106,10 +106,9 @@ void Model::clear() void Model::list_model(Model *model) { - con_print << " " << model->name() << " " << + con_print << " " << model->name() << " " << model->fragments().size() << " frags " << model->model_tris_count << "/" << model->model_tris_detail_count << " tris/detail " << - model->model_quad_count << "/" << model->model_quad_detail_count << " quads/detail " - << model->fragments().size() << " frags "<< std::endl; + model->model_quad_count << "/" << model->model_quad_detail_count << " quads/detail" << std::endl; } void Model::list() -- cgit v1.2.3