summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorConstantin Riß <constantin.riss@dre.de>2010-02-11 23:49:11 +0100
committerConstantin Riß <constantin.riss@dre.de>2010-02-11 23:49:11 +0100
commitf5d99faa32348c34d48035a3e3be91ec440c595a (patch)
tree641496d56c6715b6e55cd32b73218e20edd5ea31 /main.cpp
parent9952a2ccbeb288cd12d96c405441bef0215d13db (diff)
downloadc3d-master.tar
c3d-master.zip
blablalbaHEADmaster
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.cpp b/main.cpp
index a786e85..88363a5 100644
--- a/main.cpp
+++ b/main.cpp
@@ -425,7 +425,7 @@ int main(int argc, char *argv[]) {
GLint samples;
glGetIntegerv(GL_SAMPLES, &samples);
- std::cerr << "Using " << samples << " samples" << std::endl;
+// std::cerr << "Using " << samples << " samples" << std::endl;
bool running = true;
@@ -540,7 +540,7 @@ int main(int argc, char *argv[]) {
frames++;
tocks += delta*1000;
if(tocks > 1000000) {
- std::cerr << frames << " fps; slept a total of " << slept << " ms" << std::endl;
+// std::cerr << frames << " fps; slept a total of " << slept << " ms" << std::endl;
frames = 0;
tocks -= 1000000;
slept = 0;