From 496eefde2beb03838d12e58ac2d03359caa5b5fe Mon Sep 17 00:00:00 2001 From: Hazim Bin Ijaz Date: Fri, 1 Nov 2024 15:23:51 +0500 Subject: [PATCH] Update UIAchievement.cs --- Assets/AchievementSystem/Scripts/UIAchievement.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/AchievementSystem/Scripts/UIAchievement.cs b/Assets/AchievementSystem/Scripts/UIAchievement.cs index 4df03ba4..2881d488 100644 --- a/Assets/AchievementSystem/Scripts/UIAchievement.cs +++ b/Assets/AchievementSystem/Scripts/UIAchievement.cs @@ -54,7 +54,7 @@ public class UIAchievement : MonoBehaviour else { // Title.text = Information.DisplayName; - //Description.text = Information.Description; + Description.text = Information.Description; if (Information.LockOverlay && !State.Achieved) {