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();