From fcd56e0b1cff761dde3bb604f6d44498c6a285d2 Mon Sep 17 00:00:00 2001 From: Rainer Koschke Date: Thu, 19 Dec 2024 11:54:47 +0100 Subject: [PATCH] #778 Fixed typo in comment. --- Assets/SEE/GameObjects/CityCursor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/SEE/GameObjects/CityCursor.cs b/Assets/SEE/GameObjects/CityCursor.cs index cd50d6c1f2..b60355627b 100644 --- a/Assets/SEE/GameObjects/CityCursor.cs +++ b/Assets/SEE/GameObjects/CityCursor.cs @@ -51,7 +51,7 @@ private void Start() } /// - /// Unsubscribe from events when this object is destroyed + /// Unsubscribes from events when this object is destroyed /// and destroys the . /// private void OnDestroy()