diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-01 09:19:52 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-01 09:19:52 -0400 |
commit | a9781681bb8f3277ac310fbec8dc0353972dbc37 (patch) | |
tree | 548ed837877d9d07802fc980f0ef6d6f62ae920c /src/main.cpp | |
parent | 68ec0bf510fd16cf4e6d7aabd7998fe656c25444 (diff) |
improved gravity
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
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){ |