summaryrefslogtreecommitdiffhomepage
path: root/shaders/shader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'shaders/shader.hpp')
-rw-r--r--shaders/shader.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shaders/shader.hpp b/shaders/shader.hpp
index 0f7100e0..06bf2928 100644
--- a/shaders/shader.hpp
+++ b/shaders/shader.hpp
@@ -10,7 +10,7 @@ namespace floormat {
struct local_coords;
-struct tile_shader final : GL::AbstractShaderProgram
+struct tile_shader final : private GL::AbstractShaderProgram
{
using Position = GL::Attribute<0, Vector3>;
using TextureCoordinates = GL::Attribute<1, Vector2>;