wip bindings upgrade

This commit is contained in:
goaaats 2025-04-06 20:59:23 +02:00
parent bd7e56850a
commit 0690cce995
272 changed files with 139041 additions and 1541 deletions

View file

@ -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;
}