From 11e7963a146fd61b5049d2194e4a149ff03f8a89 Mon Sep 17 00:00:00 2001 From: kobewi Date: Fri, 24 Sep 2021 13:23:49 +0200 Subject: Refactor and move easing equations --- scene/animation/SCsub | 3 --- 1 file changed, 3 deletions(-) (limited to 'scene/animation/SCsub') 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 -- cgit v1.2.3