fix: fix abnormal mesh bounds error

close #213, close #218
This commit is contained in:
takashi.sakai
2022-08-10 16:45:50 +09:00
parent c795d24003
commit f60d6dfe60

View File

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