summaryrefslogtreecommitdiffstats
path: root/game/client/world/voxel_atlas.cc
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/world/voxel_atlas.cc')
-rw-r--r--game/client/world/voxel_atlas.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/game/client/world/voxel_atlas.cc b/game/client/world/voxel_atlas.cc
index c327deb..1018747 100644
--- a/game/client/world/voxel_atlas.cc
+++ b/game/client/world/voxel_atlas.cc
@@ -131,7 +131,8 @@ GLuint world::voxel_atlas::plane_texture(std::size_t plane_id)
{
if(plane_id < planes.size()) {
return planes[plane_id].gl_texture;
- } else {
+ }
+ else {
return 0;
}
}