fix: fix material for mesh sharing group
parent
c6b816c312
commit
6126af9f37
|
@ -444,7 +444,7 @@ namespace Coffee.UIExtensions
|
||||||
// Update animatable material properties.
|
// Update animatable material properties.
|
||||||
Profiler.BeginSample("[UIParticleRenderer] Update Animatable Material Properties");
|
Profiler.BeginSample("[UIParticleRenderer] Update Animatable Material Properties");
|
||||||
UpdateMaterialProperties();
|
UpdateMaterialProperties();
|
||||||
if (!_parent.useMeshSharing)
|
if (_parent.useMeshSharing)
|
||||||
{
|
{
|
||||||
if (!_currentMaterialForRendering)
|
if (!_currentMaterialForRendering)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue