mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-17 13:27:43 +01:00
wip bindings upgrade
This commit is contained in:
parent
bd7e56850a
commit
0690cce995
272 changed files with 139041 additions and 1541 deletions
|
|
@ -2,7 +2,7 @@ using System.Collections.Generic;
|
|||
using System.Numerics;
|
||||
|
||||
using Dalamud.Interface.Colors;
|
||||
using ImGuiNET;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Dalamud.Interface.Style;
|
||||
|
|
@ -400,7 +400,7 @@ public class StyleModelV1 : StyleModel
|
|||
|
||||
foreach (var imGuiCol in Enum.GetValues<ImGuiCol>())
|
||||
{
|
||||
if (imGuiCol == ImGuiCol.COUNT)
|
||||
if (imGuiCol == ImGuiCol.Count)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
@ -472,7 +472,7 @@ public class StyleModelV1 : StyleModel
|
|||
|
||||
foreach (var imGuiCol in Enum.GetValues<ImGuiCol>())
|
||||
{
|
||||
if (imGuiCol == ImGuiCol.COUNT)
|
||||
if (imGuiCol == ImGuiCol.Count)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
@ -512,7 +512,7 @@ public class StyleModelV1 : StyleModel
|
|||
|
||||
foreach (var imGuiCol in Enum.GetValues<ImGuiCol>())
|
||||
{
|
||||
if (imGuiCol == ImGuiCol.COUNT)
|
||||
if (imGuiCol == ImGuiCol.Count)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue