summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorConstantin Riß <constantin.riss@dre.de>2010-01-19 20:06:14 +0100
committerConstantin Riß <constantin.riss@dre.de>2010-01-19 20:06:14 +0100
commitfd3c8843d0acc1d27a9bcaea475ea864508fb64d (patch)
treee236bafe40a26aa5396d8c9dcc03d46b975ddaf3 /main.cpp
parent4de0fc7184f74700b68f92ce2acbd54b39b4fedf (diff)
downloadc3d-fd3c8843d0acc1d27a9bcaea475ea864508fb64d.tar
c3d-fd3c8843d0acc1d27a9bcaea475ea864508fb64d.zip
.....
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 b27c596..45a9c88 100644
--- a/main.cpp
+++ b/main.cpp
@@ -12,7 +12,7 @@
#endif
//#define MIN_FRAME_DELTA 16
-#define MIN_FRAME_DELTA 250
+#define MIN_FRAME_DELTA 41
#define DEFAULT_WIDTH 640
#define DEFAULT_HEIGHT 640
@@ -203,7 +203,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
bool running = true;
MSG msg;
-
+
while(running)
{
unsigned long delta = 0;