Release temporary RT safety
parent
0fa3218849
commit
662df310a2
|
@ -553,6 +553,7 @@ namespace Coffee.UIExtensions
|
|||
{
|
||||
if (tmpRT)
|
||||
{
|
||||
tmpRT.Release();
|
||||
RenderTexture.ReleaseTemporary(tmpRT);
|
||||
tmpRT = null;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue