summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Assets/Tools/ActionTool/Editor/ActionPreviewEditor.cs2
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;
}