From 12944bfdba764f2deba876e008b1652ae8a529df Mon Sep 17 00:00:00 2001 From: Luca3317 <32490849+Luca3317@users.noreply.github.com> Date: Tue, 7 Jan 2025 23:20:09 +0100 Subject: [PATCH] Update TMPAnimationClipEditor.cs --- Package/Editor/Timeline/TMPAnimationClipEditor.cs | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Package/Editor/Timeline/TMPAnimationClipEditor.cs b/Package/Editor/Timeline/TMPAnimationClipEditor.cs index 29afc1f1..00ad1e2c 100644 --- a/Package/Editor/Timeline/TMPAnimationClipEditor.cs +++ b/Package/Editor/Timeline/TMPAnimationClipEditor.cs @@ -37,14 +37,5 @@ public override void DrawBackground(TimelineClip clip, ClipBackgroundRegion regi TMPEffectsClipEditorUtility.DrawBackground(clip, region, modClip.entryDuration, modClip.exitDuration, modClip.entryCurve, modClip.exitCurve); } - - public override ClipDrawOptions GetClipOptions(TimelineClip clip) - { - return new ClipDrawOptions() - { - tooltip = "My tooltip :)", - hideScaleIndicator = true - }; - } } -} \ No newline at end of file +}