Add suppressions for plugins.

This commit is contained in:
2023-09-25 09:33:10 +08:00
parent 9c034c0f7b
commit 84acb2c12d
12 changed files with 139 additions and 26 deletions

View File

@@ -3752,7 +3752,7 @@ namespace TMPro
// Second Pass : Line Justification, UV Mapping, Character & Line Visibility & more.
// Variables used to handle Canvas Render Modes and SDF Scaling
bool isCameraAssigned = m_canvas.worldCamera == null ? false : true;
bool isCameraAssigned = m_canvas.worldCamera != null;
float lossyScale = m_previousLossyScaleY = this.transform.lossyScale.y;
RenderMode canvasRenderMode = m_canvas.renderMode;
float canvasScaleFactor = m_canvas.scaleFactor;