From: Mathnerd314 Date: Mon, 18 Jan 2010 22:41:35 +0000 (+0000) Subject: Change DELTA to .002 (wait for bugs...) X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=e99432e23ac68540748a6f7bd44b7bd21847f55e;p=supertux.git Change DELTA to .002 (wait for bugs...) SVN-Revision: 6260 --- 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"