Skip to content

Commit 7214335

Browse files
Update org.mixedrealitytoolkit.uxcore/SeeItSayIt/SeeItSayItLabelEnabler.cs
Co-authored-by: Kurtis <3580640+keveleigh@users.noreply.github.com> Signed-off-by: David Kline <13281406+david-c-kline@users.noreply.github.com>
1 parent 1a87466 commit 7214335

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

org.mixedrealitytoolkit.uxcore/SeeItSayIt/SeeItSayItLabelEnabler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ protected virtual void OnDestroy()
172172
#if UNITY_LOCALIZATION_PRESENT
173173
if (!localizedPattern.IsEmpty)
174174
{
175-
localizedPattern.StringChanged += OnLocalizedPatternChanged;
175+
localizedPattern.StringChanged -= OnLocalizedPatternChanged;
176176
}
177177
#endif
178178
}

0 commit comments

Comments
 (0)