diff options
| author | untodesu <kirill@untode.su> | 2026-01-05 02:41:34 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2026-01-05 02:41:34 +0500 |
| commit | 415e6c8d3f19583aca1fc2b606ac32e317024630 (patch) | |
| tree | 994fc00939910f78c176f9415e8bba51f670d854 /src/game/client/game.cc | |
| parent | 915e52157208af9b41dd52892e7138c8c440e85b (diff) | |
| download | voxelius-415e6c8d3f19583aca1fc2b606ac32e317024630.tar.bz2 voxelius-415e6c8d3f19583aca1fc2b606ac32e317024630.zip | |
Keep trying to figure collision out
Diffstat (limited to 'src/game/client/game.cc')
| -rw-r--r-- | src/game/client/game.cc | 2 |
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; |
