summaryrefslogtreecommitdiff
path: root/src/resources/ambientlayer.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-12-19 21:01:14 +0300
committerAndrei Karas <akaras@inbox.ru>2013-12-19 21:01:14 +0300
commit41b8151a3f04bc1cb0127bdf5c10e0dd8275bad5 (patch)
treec316fc4d0466b6e9a8e0c3f65e274c9d717e03d0 /src/resources/ambientlayer.h
parentf0315000bcf20685471966d2f25cd8e9f35e8230 (diff)
downloadplus-41b8151a3f04bc1cb0127bdf5c10e0dd8275bad5.tar.gz
plus-41b8151a3f04bc1cb0127bdf5c10e0dd8275bad5.tar.bz2
plus-41b8151a3f04bc1cb0127bdf5c10e0dd8275bad5.tar.xz
plus-41b8151a3f04bc1cb0127bdf5c10e0dd8275bad5.zip
improve a bit ambientlayer.
Diffstat (limited to 'src/resources/ambientlayer.h')
-rw-r--r--src/resources/ambientlayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/ambientlayer.h b/src/resources/ambientlayer.h
index 3403c0455..4ce13179e 100644
--- a/src/resources/ambientlayer.h
+++ b/src/resources/ambientlayer.h
@@ -45,7 +45,7 @@ class AmbientLayer final
*/
AmbientLayer(Image *const img, const float parallax,
const float speedX, const float speedY,
- const bool keepRatio, int mask);
+ const bool keepRatio, const int mask);
A_DELETE_COPY(AmbientLayer)