aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-10-01 09:19:52 -0400
committerClyne Sullivan <tullivan99@gmail.com>2015-10-01 09:19:52 -0400
commita9781681bb8f3277ac310fbec8dc0353972dbc37 (patch)
tree548ed837877d9d07802fc980f0ef6d6f62ae920c /src/main.cpp
parent68ec0bf510fd16cf4e6d7aabd7998fe656c25444 (diff)
improved gravity
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index ea57998..53eaa16 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -140,6 +140,7 @@ void render(){
currentWorld->draw(&player->loc); // Draw the world around the player
glColor3ub(0,0,0);
+ player->near=true;
player->draw(); // Draw the player
if(ui::debug){