projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5062ea7
)
Change DELTA to .002 (wait for bugs...)
author
Mathnerd314
<man.is.allan@gmail.com>
Mon, 18 Jan 2010 22:41:35 +0000
(22:41 +0000)
committer
Mathnerd314
<man.is.allan@gmail.com>
Mon, 18 Jan 2010 22:41:35 +0000
(22:41 +0000)
SVN-Revision: 6260
src/supertux/constants.hpp
patch
|
blob
|
history
diff --git
a/src/supertux/constants.hpp
b/src/supertux/constants.hpp
index
47c92bc
..
0595284
100644
(file)
--- 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 = .00
05
f;
+static const float DELTA = .00
2
f;
// 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"