Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/map.cc')
-rw-r--r--src/model/map.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/map.cc b/src/model/map.cc
index ad569eb..c68bb1d 100644
--- a/src/model/map.cc
+++ b/src/model/map.cc
@@ -912,7 +912,7 @@ Model * Map::load(std::string const &name)
*/
mapfile.load_fragments(model);
- con_print << " " << mapfile.name() << " " <<
+ con_debug << " " << mapfile.name() << " " <<
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;