aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 6e10420..5595c7e 100644
--- a/main.cpp
+++ b/main.cpp
@@ -201,7 +201,6 @@ void render(){
player->near=true; // Ensure the player's name is always drawn
currentWorld->draw(player); // Draw the world & the player
- glColor3ub(255,255,255); // Draw the player's inventory
player->inv->draw(); //
ui::draw(); // Draw any UI elements if they need to be