Преглед на файлове

Flip condition for colours in Interface.cs

Dragon преди 4 години
родител
ревизия
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})");
 						}