From 329c8cb80d29aff078284db227af6c2cb114fc2f Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 14 Sep 2015 15:39:12 -0400 Subject: FIXED TIMINGgit statusgit status oh yeah and jumping --- src/World.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/World.cpp') diff --git a/src/World.cpp b/src/World.cpp index 0e8d8fc..45df63c 100644 --- a/src/World.cpp +++ b/src/World.cpp @@ -116,7 +116,7 @@ void World::detect(vec2 *v,vec2 *vel,const float width){ // return; // ;) } }else if(v->y>line[i].start+HLINE){ // Trashy gravity handling - vel->y-=.0000001; + vel->y-=.0000002; } } } -- cgit v1.2.3