Skip to content

Commit

Permalink
#19
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlackParrot committed Feb 11, 2025
1 parent 7d13039 commit 66da17e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions NoteTweaks/Managers/MaterialManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,6 @@ private static void UpdateOutlineMaterial()
new KeyValuePair<string, float>("_Smoothness", 0),
new KeyValuePair<string, float>("_WhiteBoostType", 0)
}.Do(pair => OutlineMaterial.SetFloat(pair.Key, pair.Value));
for (int i = 0; i < OutlineMaterial.shader.GetPropertyCount(); i++)
{
Plugin.Log.Info(OutlineMaterial.shader.GetPropertyName(i));
}

OutlineMaterial.SetInt(FinalColorMul, -1);
OutlineMaterial.SetTexture(EnvironmentReflectionCubeID, _blankCubemap);
Expand Down

0 comments on commit 66da17e

Please sign in to comment.