Compare commits
3 Commits
d23bcfba77
...
54516d9482
| Author | SHA1 | Date | |
|---|---|---|---|
| 54516d9482 | |||
|
|
9d73293747 | ||
|
|
fe5c38dafc |
@ -27,6 +27,12 @@ namespace AxibugEmuOnline.Client
|
||||
{
|
||||
RenderScale = new FloatParameter(m_defaultRenderScale);
|
||||
GetEditableFilterParamters();
|
||||
|
||||
Init();
|
||||
}
|
||||
|
||||
protected virtual void Init()
|
||||
{
|
||||
m_material = new Material(Shader.Find(ShaderName));
|
||||
OnInit(m_material);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user