diff options
author | chai <chaifix@163.com> | 2021-09-17 20:17:10 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-09-17 20:17:10 +0800 |
commit | 32f83fd8791c18d723c1d94b43b353436ed29f37 (patch) | |
tree | 49e29d02ff9cf73d9d28655e567556e77194ba16 | |
parent | 234c25bc8761a4d41bc5b4aa362449cf3e806e13 (diff) |
*misc
-rw-r--r-- | Assets/Tools/ActionTool/Editor/ActionPreviewEditor.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assets/Tools/ActionTool/Editor/ActionPreviewEditor.cs b/Assets/Tools/ActionTool/Editor/ActionPreviewEditor.cs index 832388e7..ee1eb89f 100644 --- a/Assets/Tools/ActionTool/Editor/ActionPreviewEditor.cs +++ b/Assets/Tools/ActionTool/Editor/ActionPreviewEditor.cs @@ -359,7 +359,7 @@ namespace ActionTool GUI.Label(new Rect(xl + 150 * 2, y, 105, 15), "Event Frame:", styles.textMiddle);
GUI.Label(new Rect(xr + 150 + 125, y, 110, 15), ((int)ActionManager.actionData.curAnimFrame).ToString(), styles.textMiddleBold);
GUI.Label(new Rect(xl + 150 + 130 + 130, y, 105, 15), "Time:", styles.textMiddle);
- GUI.Label(new Rect(xr + 150 + 130 + 70 , y, 510, 15), (ActionManager.actionData.curAnimTimeNormal * ActionManager.curClip.length).ToString(), styles.textMiddleBold);
+ GUI.Label(new Rect(xr + 150 + 130 + 65 , y, 510, 15), (ActionManager.actionData.curAnimTimeNormal * ActionManager.curClip.length).ToString(), styles.textMiddleBold);
y += 15;
}
|