Skip to content

Commit

Permalink
Fix TweenShakeEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
ls9512 committed Jun 10, 2021
1 parent d845c72 commit 8226d2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Core/Script/Editor/TweenFloat/TweenShakeEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ public class TweenShakeEditor : TweenFloatBaseEditor

public override void DoDrawValue()
{
var typeProperty = TweenParam.Type;
DrawHeader("Tween " + typeProperty, Color.cyan, Color.black);
// var typeProperty = TweenParam.Type;
// DrawHeader("Tween " + typeProperty, Color.cyan, Color.black);
DoDrawPlayState();
// 隐藏 From To
}

Expand Down

0 comments on commit 8226d2d

Please sign in to comment.