summaryrefslogtreecommitdiffstats
path: root/src/game/client/game.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/game.cc')
-rw-r--r--src/game/client/game.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/game.cc b/src/game/client/game.cc
index 9b55b4b..9a2cb56 100644
--- a/src/game/client/game.cc
+++ b/src/game/client/game.cc
@@ -613,7 +613,7 @@ void client_game::render(void)
for(const auto [entity, collision, head, transform] : group.each()) {
if(entity == globals::player) {
// Don't render ourselves
- // continue;
+ continue;
}
glm::fvec3 forward;