diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-14 15:39:12 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-14 15:39:12 -0400 |
commit | 329c8cb80d29aff078284db227af6c2cb114fc2f (patch) | |
tree | d4c117609995a1cd670f8ba94a11001e2961096d /src/World.cpp | |
parent | dac8bb25d3b5a77136edb3eb227a4c1a5b1af9cf (diff) |
FIXED TIMINGgit statusgit status oh yeah and jumping
Diffstat (limited to 'src/World.cpp')
-rw-r--r-- | src/World.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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;
}
}
}
|