Skip to content

Commit

Permalink
remove duplicate default texture entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ScanMountGoat committed Apr 4, 2022
1 parent 4c9b9d8 commit ebb75d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CrossMod/CrossMod/Rendering/TextureAssignment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public static class TextureAssignment
{ "/common/shader/sfxpbs/default_black", DefaultTextures.Instance.Value.DefaultBlack },
{ "/common/shader/sfxpbs/default_white", DefaultTextures.Instance.Value.DefaultWhite },
{ "/common/shader/sfxpbs/default_color", DefaultTextures.Instance.Value.DefaultWhite },
{ "/common/shader/sfxpbs/default_color", DefaultTextures.Instance.Value.DefaultWhite },
{ "/common/shader/sfxpbs/default_color2", DefaultTextures.Instance.Value.DefaultWhite },
{ "/common/shader/sfxpbs/default_color3", DefaultTextures.Instance.Value.DefaultWhite },
{ "/common/shader/sfxpbs/default_color4", DefaultTextures.Instance.Value.DefaultWhite },
Expand Down

0 comments on commit ebb75d9

Please sign in to comment.