albedoColor change in IOS

Hi all,
I did a code in which I change the albedo Color property of an PBR material. In Win10 and in Android is working but in IOS no, and I tested in an iPhone 11 IOS 13 and iPad Air IOS 12.4.7. Somebody knows why?
To test use this PG https://playground.babylonjs.com/#8MGKWK#310

Thanks

Pinging @sebavan

You should put a Color3 in albedoColor and not a Vector3.

1 Like

Thanks @Deltakosh and @Evgeni_Popov that is!!

Strange behavior!!