diff options
Diffstat (limited to 'shaders')
| -rw-r--r-- | shaders/tile.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shaders/tile.hpp b/shaders/tile.hpp index d6eb7cca..73dc019d 100644 --- a/shaders/tile.hpp +++ b/shaders/tile.hpp @@ -38,6 +38,7 @@ struct tile_shader : GL::AbstractShaderProgram decltype(auto) draw(T&& mesh, Xs&&... xs); static constexpr float depth_tile_size = 1.f/(256 * TILE_COUNT); + static constexpr float scenery_depth_offset = .25f; private: void _draw(); |
