mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
fix: remove bad/dupe white
This commit is contained in:
parent
64065abc9d
commit
401e6e2868
2 changed files with 0 additions and 6 deletions
|
|
@ -7,11 +7,6 @@ namespace Dalamud.Interface.Colors
|
|||
/// </summary>
|
||||
public static class ImGuiColors
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets white color.
|
||||
/// </summary>
|
||||
public static Vector4 White { get; } = new Vector4(255, 255, 255, 1);
|
||||
|
||||
/// <summary>
|
||||
/// Gets red used in dalamud.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue