Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
Update NewToonTest.cs
Browse files Browse the repository at this point in the history
bruh
  • Loading branch information
Xlinka committed Sep 14, 2023
1 parent a7fae33 commit fcd867c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEOSPlus/Materials/Toon/NewToonTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[Category(new string[] { "Assets/Materials/NeosPlus/Toon" })]
public class NiloToon : SingleShaderMaterialProvider
{
protected override Uri ShaderURL => ShaderInjection.NiloToonFork
protected override Uri ShaderURL => ShaderInjection.NiloToonFork;

public readonly Sync<float> _IsFace;
public readonly AssetRef<ITexture2D> _BaseMap;
Expand Down

0 comments on commit fcd867c

Please sign in to comment.