fix: mesh sharing not working

close #236
This commit is contained in:
mob-sakai
2023-08-14 15:44:04 +09:00
parent b308b26833
commit 8b4ca1add5
2 changed files with 7 additions and 7 deletions

View File

@@ -134,7 +134,7 @@ namespace Coffee.UIExtensions
return modifiedMaterial;
}
public void Clear(int index = -1)
public void Reset(int index = -1)
{
if (_renderer)
{