summaryrefslogtreecommitdiffhomepage
path: root/shaders/tile-shader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'shaders/tile-shader.hpp')
-rw-r--r--shaders/tile-shader.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/shaders/tile-shader.hpp b/shaders/tile-shader.hpp
index 6cb81c7e..fc796c3f 100644
--- a/shaders/tile-shader.hpp
+++ b/shaders/tile-shader.hpp
@@ -11,6 +11,8 @@ struct tile_shader : GL::AbstractShaderProgram
typedef GL::Attribute<0, Vector3> Position;
typedef GL::Attribute<1, Vector2> TextureCoordinates;
+ fm_DECLARE_DEFAULT_MOVE_ASSIGNMENT_(tile_shader);
+
explicit tile_shader();
~tile_shader() override;