summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorConstantin Riß <constantin.riss@dre.de>2010-01-17 20:10:48 +0100
committerConstantin Riß <constantin.riss@dre.de>2010-01-17 20:10:48 +0100
commit840a16aa8ea4159c874411df0296092c56dde9fb (patch)
treedd2dae950367ac6be74b308d604c8d968393ba8e /main.cpp
parentae5ab4efe8b7f785d06d9c0f8d59c868692a13a6 (diff)
downloadc3d-840a16aa8ea4159c874411df0296092c56dde9fb.tar
c3d-840a16aa8ea4159c874411df0296092c56dde9fb.zip
temperaturaustausch funzt noch nicht richtig
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 27e4983..3a55b46 100644
--- a/main.cpp
+++ b/main.cpp
@@ -11,7 +11,8 @@
#include <unistd.h>
#endif
-#define MIN_FRAME_DELTA 16
+//#define MIN_FRAME_DELTA 16
+#define MIN_FRAME_DELTA 1000
#define DEFAULT_WIDTH 640
#define DEFAULT_HEIGHT 640