Patch fix Unity 2019

pull/413/head
Simon (darkside) Jackson 2020-10-31 15:51:46 +00:00
parent da2cec1ef2
commit 17274b3ad4
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ namespace UnityEngine.UI.Extensions
frame = Mathf.FloorToInt(frameProgress * textureSheetAnimation.numTilesX);
int row = textureSheetAnimation.rowIndex;
#if UNITY_2020 || UNITY_2019_OR_NEWER
#if UNITY_2020 || UNITY_2019
if (textureSheetAnimation.rowMode == ParticleSystemAnimationRowMode.Random)
#else
if (textureSheetAnimation.useRandomRow)