diff options
Diffstat (limited to 'game/client/world/voxel_atlas.cc')
| -rw-r--r-- | game/client/world/voxel_atlas.cc | 3 |
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; } } |
