Skip to content

Commit

Permalink
fix: IgnoreCanvasScaler may be enabled unintentionally
Browse files Browse the repository at this point in the history
  • Loading branch information
mob-sakai committed Oct 27, 2020
1 parent 37ff06d commit d9f9244
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Scripts/UIParticle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,6 @@ private void InitializeIfNeeded()

if (!this || particles.Any(x => x)) return;

m_IgnoreCanvasScaler = true;

// refresh.
#if UNITY_EDITOR
if (!Application.isPlaying)
Expand Down

0 comments on commit d9f9244

Please sign in to comment.