Эх сурвалжийг харах

Flip condition for colours in Interface.cs

Dragon 4 жил өмнө
parent
commit
a50a585a5d
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Interface.cs

+ 1 - 1
Interface.cs

@@ -116,7 +116,7 @@ namespace HuntBuddy
 						}
 
 						ImGui.SameLine();
-						if (currentKills == mobHuntEntry.NeededKills)
+						if (currentKills != mobHuntEntry.NeededKills)
 						{
 							ImGui.Text($"({currentKills}/{mobHuntEntry.NeededKills})");
 						}