From c2fac55a9320bf2ca4cd161049fe85cfcf709e6a Mon Sep 17 00:00:00 2001 From: goaaats Date: Sun, 30 Jan 2022 02:13:56 +0100 Subject: [PATCH] build: 6.2.0.25 --- Dalamud/Dalamud.csproj | 2 +- Dalamud/Interface/Internal/Windows/DataWindow.cs | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dalamud/Dalamud.csproj b/Dalamud/Dalamud.csproj index ff47cbce1..ddf78a9cf 100644 --- a/Dalamud/Dalamud.csproj +++ b/Dalamud/Dalamud.csproj @@ -8,7 +8,7 @@ - 6.2.0.24 + 6.2.0.25 XIV Launcher addon framework $(DalamudVersion) $(DalamudVersion) diff --git a/Dalamud/Interface/Internal/Windows/DataWindow.cs b/Dalamud/Interface/Internal/Windows/DataWindow.cs index c9c24b0ff..1cacc7f38 100644 --- a/Dalamud/Interface/Internal/Windows/DataWindow.cs +++ b/Dalamud/Interface/Internal/Windows/DataWindow.cs @@ -1602,11 +1602,11 @@ namespace Dalamud.Interface.Internal.Windows private void DrawDtr() { - DrawDtrTestEntry(ref this.dtrTest1, "DTR Test #1"); + this.DrawDtrTestEntry(ref this.dtrTest1, "DTR Test #1"); ImGui.Separator(); - DrawDtrTestEntry(ref this.dtrTest2, "DTR Test #2"); + this.DrawDtrTestEntry(ref this.dtrTest2, "DTR Test #2"); ImGui.Separator(); - DrawDtrTestEntry(ref this.dtrTest3, "DTR Test #3"); + this.DrawDtrTestEntry(ref this.dtrTest3, "DTR Test #3"); ImGui.Separator(); var configuration = Service.Get();