Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2009-08-15 08:18:13 +0000
committerStijn Buys <ingar@osirion.org>2009-08-15 08:18:13 +0000
commit4ca453e2272beed121b957244408a61b0b0d8b9b (patch)
tree6be8e297eb49da4d957081d8faeff64d6ff35e52 /src/model/asefile.cc
parent05928e35b08a47f5c80b7aa9a5b391a0c1d76ad5 (diff)
don't render entites behind the camera
Diffstat (limited to 'src/model/asefile.cc')
-rw-r--r--src/model/asefile.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/model/asefile.cc b/src/model/asefile.cc
index edbd848..a9e57d4 100644
--- a/src/model/asefile.cc
+++ b/src/model/asefile.cc
@@ -462,7 +462,6 @@ Model * ASEFile::load(const std::string &name)
fragment->add_vertex((triangle->v2() - center) * scale , triangle->n2(), triangle->t2(), false);
model->model_tris_count++;
- model->model_tris_detail_count++;
}
model->add_group(group);