From ba7d3b85df35330a018f4f915904834a780abca9 Mon Sep 17 00:00:00 2001 From: mathnerd314 Date: Mon, 18 Jan 2010 22:41:35 +0000 Subject: [PATCH] Change DELTA to .002 (wait for bugs...) git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6260 837edb03-e0f3-0310-88ca-d4d4e8b29345 --- src/supertux/constants.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/supertux/constants.hpp b/src/supertux/constants.hpp index 47c92bc9a..05952847f 100644 --- a/src/supertux/constants.hpp +++ b/src/supertux/constants.hpp @@ -20,7 +20,7 @@ //Useful constants // a small value... be careful as CD is very sensitive to it -static const float DELTA = .0005f; +static const float DELTA = .002f; // the engine will be run with a logical framerate of 64fps. // We chose 64fps here because it is a power of 2, so 1/64 gives an "even" -- 2.11.0