diff options
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){ |