diff options
| author | Rémi Verschelde | 2015-12-28 02:13:05 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2015-12-28 02:13:05 +0100 |
| commit | d4993b74fc715d294ca0a77b335db3782d4bdcd6 (patch) | |
| tree | f8b95f71ecb329a2fe192b1f994634646ed63d9d /scene/2d/parallax_background.cpp | |
| parent | fe46b2ac0c56b58fd9651d283cf1ec802e613646 (diff) | |
| download | godot-d4993b74fc715d294ca0a77b335db3782d4bdcd6.tar.gz godot-d4993b74fc715d294ca0a77b335db3782d4bdcd6.tar.zst godot-d4993b74fc715d294ca0a77b335db3782d4bdcd6.zip | |
Diffstat (limited to 'scene/2d/parallax_background.cpp')
| -rw-r--r-- | scene/2d/parallax_background.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/2d/parallax_background.cpp b/scene/2d/parallax_background.cpp index 8bb4eb55b..fc38a55cd 100644 --- a/scene/2d/parallax_background.cpp +++ b/scene/2d/parallax_background.cpp @@ -193,7 +193,7 @@ void ParallaxBackground::_bind_methods() { ObjectTypeDB::bind_method(_MD("get_limit_begin"),&ParallaxBackground::get_limit_begin); ObjectTypeDB::bind_method(_MD("set_limit_end","ofs"),&ParallaxBackground::set_limit_end); ObjectTypeDB::bind_method(_MD("get_limit_end"),&ParallaxBackground::get_limit_end); - ObjectTypeDB::bind_method(_MD("set_ignore_camera_zoom"), &ParallaxBackground::set_ignore_camera_zoom); + ObjectTypeDB::bind_method(_MD("set_ignore_camera_zoom","ignore"), &ParallaxBackground::set_ignore_camera_zoom); ObjectTypeDB::bind_method(_MD("is_ignore_camera_zoom"), &ParallaxBackground::is_ignore_camera_zoom); |
