diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-09-24 14:28:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-24 14:28:59 +0200 |
commit | 53306cb79a32b4d0db7c267e9e01771212766316 (patch) | |
tree | f7fa8bef661d822408a8ae2dab185b0ce9b37c28 /scene/animation/SCsub | |
parent | 5e4a71200e25811d8e570d87f08f0878dabb8bb9 (diff) | |
parent | 11e7963a146fd61b5049d2194e4a149ff03f8a89 (diff) |
Merge pull request #50165 from KoBeWi/take_it_easing
Diffstat (limited to 'scene/animation/SCsub')
-rw-r--r-- | scene/animation/SCsub | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scene/animation/SCsub b/scene/animation/SCsub index cc33a5af84..d0aa0bc8aa 100644 --- a/scene/animation/SCsub +++ b/scene/animation/SCsub @@ -6,11 +6,8 @@ Import("env") thirdparty_obj = [] -thirdparty_sources = "#thirdparty/misc/easing_equations.cpp" - env_thirdparty = env.Clone() env_thirdparty.disable_warnings() -env_thirdparty.add_source_files(thirdparty_obj, thirdparty_sources) env.scene_sources += thirdparty_obj # Godot source files |