Compare commits

..

No commits in common. "54516d9482d1a568d0d7625f490ce6e7c31153dd" and "d23bcfba77cece26cde15e7efa16c9e265372c60" have entirely different histories.

View File

@ -27,14 +27,8 @@ namespace AxibugEmuOnline.Client
{
RenderScale = new FloatParameter(m_defaultRenderScale);
GetEditableFilterParamters();
Init();
}
protected virtual void Init()
{
m_material = new Material(Shader.Find(ShaderName));
OnInit(m_material);
OnInit(m_material);
}
protected virtual void OnInit(Material renderMat) { }