projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64cf9df
)
don't play with the magic constants...
author
Matthias Braun
<matze@braunis.de>
Mon, 13 Jun 2005 17:20:57 +0000
(17:20 +0000)
committer
Matthias Braun
<matze@braunis.de>
Mon, 13 Jun 2005 17:20:57 +0000
(17:20 +0000)
SVN-Revision: 2603
src/sector.cpp
patch
|
blob
|
history
diff --git
a/src/sector.cpp
b/src/sector.cpp
index
81f3591
..
4fab8ba
100644
(file)
--- a/
src/sector.cpp
+++ b/
src/sector.cpp
@@
-578,7
+578,7
@@
Sector::draw(DrawingContext& context)
context.pop_transform();
}
-static const float DELTA = .00
0
1;
+static const float DELTA = .001;
void
Sector::collision_tilemap(MovingObject* object, int depth)