mirror of
https://github.com/tym1116/BH3.git
synced 2025-12-18 09:24:39 +01:00
Fix UI Shader
This commit is contained in:
@@ -89,7 +89,7 @@ namespace MoleMole
|
||||
|
||||
public override void Destroy()
|
||||
{
|
||||
base.view.transform.Find("ImageTab").FindChild("Content/RT/3dModel").GetComponent<MonoGammaSettingRenderImage>()
|
||||
base.view.transform.Find("ImageTab").Find("Content/RT/3dModel").GetComponent<MonoGammaSettingRenderImage>()
|
||||
.ReleaseRenderTexture();
|
||||
base.Destroy();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user