fix: IgnoreCanvasScaler may be enabled unintentionally
parent
37ff06dd12
commit
d9f9244e49
|
@ -417,8 +417,6 @@ namespace Coffee.UIExtensions
|
|||
|
||||
if (!this || particles.Any(x => x)) return;
|
||||
|
||||
m_IgnoreCanvasScaler = true;
|
||||
|
||||
// refresh.
|
||||
#if UNITY_EDITOR
|
||||
if (!Application.isPlaying)
|
||||
|
|
Loading…
Reference in New Issue