Skip to content

Commit

Permalink
Fix "Reset Peak Level" label
Browse files Browse the repository at this point in the history
  • Loading branch information
keijiro committed Apr 29, 2019
1 parent cc3ac7e commit e72d12d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Assets/Lasp/Editor/AudioLevelMonitorEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public override void OnInspectorGUI()
if (Application.isPlaying)
{
EditorGUILayout.Space();
if (GUILayout.Button("Reset Auto Gain"))
if (GUILayout.Button("Reset Peak Level"))
foreach (AudioLevelTracker t in targets) t.ResetPeak();
}

Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2019.1.0f1
m_EditorVersionWithRevision: 2019.1.0f1 (5c52223b18d4)
m_EditorVersion: 2019.1.0f2
m_EditorVersionWithRevision: 2019.1.0f2 (292b93d75a2c)

0 comments on commit e72d12d

Please sign in to comment.