diff options
| author | Poommetee Ketson | 2017-06-23 22:03:41 +0700 |
|---|---|---|
| committer | Poommetee Ketson | 2017-06-25 07:55:01 +0700 |
| commit | e3998528e021d2722b40bc1bcda809baaa2cce3b (patch) | |
| tree | 5484259368bf73d1b429533fa36917c1f1030e67 /scene/animation/tween.cpp | |
| parent | a2e4b80ff5649504ed4bdc4b4c7f39c19ae6db6a (diff) | |
| download | godot-e3998528e021d2722b40bc1bcda809baaa2cce3b.tar.gz godot-e3998528e021d2722b40bc1bcda809baaa2cce3b.tar.zst godot-e3998528e021d2722b40bc1bcda809baaa2cce3b.zip | |
Diffstat (limited to 'scene/animation/tween.cpp')
| -rw-r--r-- | scene/animation/tween.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/animation/tween.cpp b/scene/animation/tween.cpp index 67920d177..ad0b0fbfb 100644 --- a/scene/animation/tween.cpp +++ b/scene/animation/tween.cpp @@ -28,7 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ #include "tween.h" -#include "method_bind_ext.inc" +#include "method_bind_ext.gen.inc" void Tween::_add_pending_command(StringName p_key, const Variant &p_arg1, const Variant &p_arg2, const Variant &p_arg3, const Variant &p_arg4, const Variant &p_arg5, const Variant &p_arg6, const Variant &p_arg7, const Variant &p_arg8, const Variant &p_arg9, const Variant &p_arg10) { |
