diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-28 23:58:12 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-28 23:58:12 (GMT) |
commit | f0772e73bd258f678723e8e040c6cb72285c1d08 (patch) | |
tree | 80bf99a915172471320b93174359c37868734ca6 /tests/csgtestcore.cc | |
parent | 2b3c140bd264f8a5cf94d3fa83f875933fbb4928 (diff) |
Refactored offscreen context a bit to get a better overview
Diffstat (limited to 'tests/csgtestcore.cc')
-rw-r--r-- | tests/csgtestcore.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/csgtestcore.cc b/tests/csgtestcore.cc index 8182d36..dd7830b 100644 --- a/tests/csgtestcore.cc +++ b/tests/csgtestcore.cc @@ -185,7 +185,7 @@ int csgtestcore(int argc, char *argv[], test_type_e test_type) fprintf(stderr, "Normalized CSG tree has %d elements\n", csgInfo.root_chain->polysets.size()); if (csgInfo.highlight_terms.size() > 0) { - cerr << "Compiling highlights (" << csgInfo.highlight_terms.size() << " CSG Trees)...\n"; + cerr << "Compiling highlights (" << csgInfo.highlight_terms.size() << " CSG Trees)...\n"; csgInfo.highlights_chain = new CSGChain(); for (unsigned int i = 0; i < csgInfo.highlight_terms.size(); i++) { |