Skip to content

Commit

Permalink
fix(LogSettings): allowing multi object editing
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen committed Oct 21, 2021
1 parent c2ed26f commit 5c83dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Mirage/Editor/Logging/LogSettingsEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace Mirage.EditorScripts.Logging
{
[CustomEditor(typeof(LogSettings))]
[CustomEditor(typeof(LogSettings)), CanEditMultipleObjects]
public class LogSettingsEditor : Editor
{
public override void OnInspectorGUI()
Expand Down

0 comments on commit 5c83dc6

Please sign in to comment.