Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Made ShaderStore public
Browse files Browse the repository at this point in the history
  • Loading branch information
ousttrue committed Aug 5, 2018
1 parent 6b43258 commit 522dbaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Scripts/IO/CreateMaterialFunc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public interface IShaderStore
Shader GetShader(ImporterContext context, int materialIndex);
}

class ShaderStore : IShaderStore
public class ShaderStore : IShaderStore
{
string m_defaultShaderName;
Shader m_default;
Expand Down

0 comments on commit 522dbaa

Please sign in to comment.