We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4139f commit c7aa761Copy full SHA for c7aa761
com.unity.render-pipelines.universal/Runtime/2D/Renderer2DDataAuthoring.cs
@@ -106,7 +106,7 @@ private void Awake()
106
m_LightBlendStyles[3].blendMode = Light2DBlendStyle.BlendMode.Additive;
107
m_LightBlendStyles[3].maskTextureChannel = Light2DBlendStyle.TextureChannel.R;
108
109
- // Initialize Editor Prefs for Sprite Editor
+ // Initialize Editor Prefs for Sprite Editor
110
InitalizeSpriteEditorPrefs();
111
}
112
0 commit comments