master #75

Closed
Alienjack wants to merge 510 commits from Alienjack/AxibugEmuOnline_old:master into master
Showing only changes of commit 4bf783cd96 - Show all commits

View File

@ -54,7 +54,7 @@ namespace AxibugEmuOnline.Client
public void Render(Texture src, RenderTexture result) public void Render(Texture src, RenderTexture result)
{ {
m_material.SetTexture("_MainTex", src); m_material.SetVector("_iResolution", new Vector4(result.width, result.height));
OnRenderer(m_material, src, result); OnRenderer(m_material, src, result);
} }