Skip to content

Commit

Permalink
fix a tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiexe committed May 28, 2021
1 parent 6cf1f6f commit 11cebe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/XSToonInspector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ private void DrawEmissionSettings(MaterialEditor materialEditor, Material materi
}
else
{
materialEditor.TexturePropertySingleLine(new GUIContent("Emission Map (VRC Audio Link Packed)", "Emissive map. Each channel controls different audio link reactions. RGB = Lows, Mids, Highs"), _EmissionMap);
materialEditor.TexturePropertySingleLine(new GUIContent("Emission Map (VRC Audio Link Packed)", "Emissive map. Each channel controls different audio link reactions. RGB = Lows, Mids, Highs, Alpha Channel can be used to have extra masking as a way to combat aliasing"), _EmissionMap);
materialEditor.TextureScaleOffsetProperty(_EmissionMap);
materialEditor.ShaderProperty(_UVSetEmission, new GUIContent("UV Set", "The UV set to use for the Emission Map"), 2);
materialEditor.ShaderProperty(_EmissionToDiffuse, new GUIContent("Tint To Diffuse", "Tints the emission to the Diffuse Color"), 2);
Expand Down

0 comments on commit 11cebe9

Please sign in to comment.