summaryrefslogtreecommitdiffstats
path: root/game/client/world/chunk_renderer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/world/chunk_renderer.cc')
-rw-r--r--game/client/world/chunk_renderer.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/game/client/world/chunk_renderer.cc b/game/client/world/chunk_renderer.cc
index 0962010..fe3a42e 100644
--- a/game/client/world/chunk_renderer.cc
+++ b/game/client/world/chunk_renderer.cc
@@ -94,7 +94,8 @@ void world::chunk_renderer::render(void)
if(toggles::get(TOGGLE_WIREFRAME)) {
glPolygonMode(GL_FRONT_AND_BACK, GL_LINE);
- } else {
+ }
+ else {
glPolygonMode(GL_FRONT_AND_BACK, GL_FILL);
}