You've already forked ParticleEffectForUGUI
mirror of
https://github.com/mob-sakai/ParticleEffectForUGUI.git
synced 2026-05-14 20:20:06 +00:00
fix: IgnoreCanvasScaler may be enabled unintentionally
This commit is contained in:
@@ -417,8 +417,6 @@ namespace Coffee.UIExtensions
|
|||||||
|
|
||||||
if (!this || particles.Any(x => x)) return;
|
if (!this || particles.Any(x => x)) return;
|
||||||
|
|
||||||
m_IgnoreCanvasScaler = true;
|
|
||||||
|
|
||||||
// refresh.
|
// refresh.
|
||||||
#if UNITY_EDITOR
|
#if UNITY_EDITOR
|
||||||
if (!Application.isPlaying)
|
if (!Application.isPlaying)
|
||||||
|
|||||||
Reference in New Issue
Block a user