From c900b6525db3434bcfbaeb957732f15eac437ec5 Mon Sep 17 00:00:00 2001 From: Ruan Lucas <79365912+RuanLucasGD@users.noreply.github.com> Date: Sun, 30 Apr 2023 14:30:08 -0400 Subject: [PATCH] forgot to save the XD file --- Source/Engine/Scripting/Object.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Engine/Scripting/Object.cs b/Source/Engine/Scripting/Object.cs index e895b8199..ce7846d73 100644 --- a/Source/Engine/Scripting/Object.cs +++ b/Source/Engine/Scripting/Object.cs @@ -206,7 +206,7 @@ namespace FlaxEngine } /// - /// + /// Checks whether the two objects are equal. /// /// /// @@ -218,7 +218,7 @@ namespace FlaxEngine } /// - /// + /// Checks whether the two objects are not equal. /// /// ///