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

Commit

Permalink
Update ParallaxOcclusion.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Xlinka committed Sep 14, 2023
1 parent e0609fe commit a7fae33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEOSPlus/Materials/Effects/ParallaxOcclusion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using NEOSPlus.Shaders;

[Category(new string[] { "Assets/Materials/NeosPlus/Effects" })]
public class ParallaxMaterialOrb : SingleShaderMaterialProvider
public class ParallaxOcclusion : SingleShaderMaterialProvider
{
protected override Uri ShaderURL => new Uri("Custom/ParallaxOcclusionAlpha"); //new url so i can archive the old one.

Expand Down

0 comments on commit a7fae33

Please sign in to comment.