fix: fix abnormal mesh bounds error

close #213, close #218
pull/260/head
takashi.sakai 2022-08-10 16:45:50 +09:00
parent c795d24003
commit f60d6dfe60
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ namespace Coffee.UIExtensions
}
else
{
s_CombineInstances[0].mesh.Clear();
s_CombineInstances[0].mesh.Clear(false);
}
Profiler.EndSample();