Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
oneVR committed Aug 9, 2020
1 parent 2d7553c commit f104ff8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Scripts/Editor/WorldDebugger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ public void DrawTabSelector()
MessageCategory item = _messageCategory[i];

var button = "miniButtonMid";

if (_messageCategory.First() == item)
{
button = "miniButtonLeft";
Expand All @@ -366,9 +366,9 @@ public void DrawTabSelector()
{
button = "miniButtonRight";
}

var currentState = item.Enabled;

item.Enabled = GUILayout.Toggle(item.Enabled, item.ListName, button);
}

Expand Down Expand Up @@ -2018,7 +2018,7 @@ private static void CheckScene()
for (int i = 0; i < modelsCount; i++)
{
var modelImporter = importers[i];

noUVGroup.AddSingleMessage(new SingleMessage(Path.GetFileName(AssetDatabase.GetAssetPath(modelImporter))).SetAutoFix(SetGenerateLightmapUV(modelImporter)).SetAssetPath(modelImporter.assetPath));
}
_lighting.AddMessageGroup(noUVGroup.SetGroupAutoFix(SetGenerateLightmapUV(importers)).SetDocumentation("https://docs.unity3d.com/2018.4/Documentation/Manual/LightingGiUvs-GeneratingLightmappingUVs.html"));
Expand Down

0 comments on commit f104ff8

Please sign in to comment.