Commit c1ca7943 authored by hex's avatar hex

reomve iTween

parent 77b93c7e
Pipeline #38585 failed
......@@ -746,9 +746,6 @@ public class gameCard : OCGobject
public void ES_exit_excited(bool move_to_original_place)
{
// iTween[] iTweens = gameObject.GetComponents<iTween>();
// for (int i = 0; i < iTweens.Length; i++)
// MonoBehaviour.DestroyImmediate(iTweens[i]);
flash_line_off();
ES_excited_unsafe_should_not_be_changed_dont_touch_this = false;
for (int i = 0; i < buttons.Count; i++)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment