summaryrefslogtreecommitdiff
path: root/src/resources/ambientlayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/ambientlayer.h')
-rw-r--r--src/resources/ambientlayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/ambientlayer.h b/src/resources/ambientlayer.h
index 09767a472..6c051774e 100644
--- a/src/resources/ambientlayer.h
+++ b/src/resources/ambientlayer.h
@@ -44,6 +44,8 @@ class AmbientLayer final
const float speedX, const float speedY,
const bool keepRatio = false);
+ A_DELETE_COPY(AmbientLayer);
+
~AmbientLayer();
void update(const int timePassed, const float dx, const float dy);