aboutsummaryrefslogtreecommitdiff
path: root/scene/2d/parallax_background.h
diff options
context:
space:
mode:
authorTwistedTwigleg2017-08-11 15:10:05 -0400
committerRémi Verschelde2017-08-16 17:22:23 +0200
commit00f6c859282bb4dab3f6b4f6c20c44222221ebe9 (patch)
treeab3d2bae1ce8e9661480535a6442c94e5aeafd83 /scene/2d/parallax_background.h
parentb1ecaaa22b8dd87a75db414cb84ad0f60d5d4cef (diff)
downloadgodot-00f6c859282bb4dab3f6b4f6c20c44222221ebe9.tar.gz
godot-00f6c859282bb4dab3f6b4f6c20c44222221ebe9.tar.zst
godot-00f6c859282bb4dab3f6b4f6c20c44222221ebe9.zip
Diffstat (limited to 'scene/2d/parallax_background.h')
-rw-r--r--scene/2d/parallax_background.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/2d/parallax_background.h b/scene/2d/parallax_background.h
index 99d8dd381..fce1bbd92 100644
--- a/scene/2d/parallax_background.h
+++ b/scene/2d/parallax_background.h
@@ -60,7 +60,7 @@ public:
void set_scroll_offset(const Point2 &p_ofs);
Point2 get_scroll_offset() const;
- void set_scroll_scale(float p_ofs);
+ void set_scroll_scale(float p_scale);
float get_scroll_scale() const;
void set_scroll_base_offset(const Point2 &p_ofs);