Patch fix Unity 2019
parent
da2cec1ef2
commit
17274b3ad4
|
@ -223,7 +223,7 @@ namespace UnityEngine.UI.Extensions
|
||||||
frame = Mathf.FloorToInt(frameProgress * textureSheetAnimation.numTilesX);
|
frame = Mathf.FloorToInt(frameProgress * textureSheetAnimation.numTilesX);
|
||||||
|
|
||||||
int row = textureSheetAnimation.rowIndex;
|
int row = textureSheetAnimation.rowIndex;
|
||||||
#if UNITY_2020 || UNITY_2019_OR_NEWER
|
#if UNITY_2020 || UNITY_2019
|
||||||
if (textureSheetAnimation.rowMode == ParticleSystemAnimationRowMode.Random)
|
if (textureSheetAnimation.rowMode == ParticleSystemAnimationRowMode.Random)
|
||||||
#else
|
#else
|
||||||
if (textureSheetAnimation.useRandomRow)
|
if (textureSheetAnimation.useRandomRow)
|
||||||
|
|
Loading…
Reference in New Issue