diff options
author | Stijn Buys <ingar@osirion.org> | 2009-08-11 11:49:12 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2009-08-11 11:49:12 +0000 |
commit | 25bcd92706ce2cd6aee24cfb81e9ff2fd7dd4820 (patch) | |
tree | 19e71f817ffc36247f4db718454f3634904284b0 /src/client | |
parent | a2ae048571310e80ba7502f1d81b5dd2eb1e38fa (diff) |
misc_model support
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/infowidget.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/infowidget.cc b/src/client/infowidget.cc index 433ee64..fd3de11 100644 --- a/src/client/infowidget.cc +++ b/src/client/infowidget.cc @@ -120,6 +120,7 @@ void StatsInfoWidget::draw() textstream << "^Nfps ^B" << std::setw(6) << fps << "\n"; if (core::application()->connected()) { + textstream << "^Nfrags ^B" << std::setw(5) << render::Stats::fragments << "\n"; textstream << "^Ntris ^B" << std::setw(5) << render::Stats::tris << "\n"; textstream << "^Nquads ^B" << std::setw(5) << render::Stats::quads << "\n"; |