summaryrefslogtreecommitdiffhomepage
path: root/shaders
diff options
context:
space:
mode:
Diffstat (limited to 'shaders')
-rw-r--r--shaders/tile-shader.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/shaders/tile-shader.hpp b/shaders/tile-shader.hpp
index 1de9d037..bbe57e52 100644
--- a/shaders/tile-shader.hpp
+++ b/shaders/tile-shader.hpp
@@ -13,6 +13,7 @@ struct tile_shader : GL::AbstractShaderProgram
typedef GL::Attribute<1, Vector2> TextureCoordinates;
fm_DECLARE_DEFAULT_MOVE_ASSIGNMENT_(tile_shader);
+ fm_DECLARE_DELETED_COPY_ASSIGNMENT(tile_shader);
explicit tile_shader();
~tile_shader() override;