aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.cpp')
-rw-r--r--src/world.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.cpp b/src/world.cpp
index f22de6c..d7aece1 100644
--- a/src/world.cpp
+++ b/src/world.cpp
@@ -89,7 +89,7 @@ void World::detect(vec2 *v,vec2 *vel,const float width){
vel->y=0;
v->y=line[i].y+HLINE/2;
}else{
- vel->y-=.05;
+ vel->y-=.01;
}
// Horizontal checks
if(v->x<x_start){