Skip to content

Commit

Permalink
Update CharacterTab.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
PassiveModding committed Jul 24, 2024
1 parent 86048f8 commit 241183f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Meddle/Meddle.Plugin/UI/CharacterTab.cs
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,6 @@ private void DrawMtrlGroup(Material.MtrlGroup mtrlGroup)
if (ImGui.CollapsingHeader($"Shader Keys##{mtrlGroup.GetHashCode()}"))
{
var keys = mtrlGroup.MtrlFile.ShaderKeys;
ImGui.Text("Keys");
ImGui.Columns(2);
ImGui.Text("Category");
ImGui.NextColumn();
Expand Down

0 comments on commit 241183f

Please sign in to comment.