From 36f0d1d87d9f3f70406a32bd9de1d896ef44c4d2 Mon Sep 17 00:00:00 2001 From: goaaats Date: Mon, 11 Apr 2022 20:32:56 +0200 Subject: [PATCH] chore: FontGamma => FontGammaLevel --- Dalamud/Configuration/Internal/DalamudConfiguration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud/Configuration/Internal/DalamudConfiguration.cs b/Dalamud/Configuration/Internal/DalamudConfiguration.cs index a5bbe6c9f..222dccab6 100644 --- a/Dalamud/Configuration/Internal/DalamudConfiguration.cs +++ b/Dalamud/Configuration/Internal/DalamudConfiguration.cs @@ -141,7 +141,7 @@ namespace Dalamud.Configuration.Internal /// * ...TTF fonts loaded with stb or FreeType are in linear space. /// * ...the game's prebaked AXIS fonts are in gamma space with gamma value of 1.4. /// - public float FontGamma { get; set; } = 1.4f; + public float FontGammaLevel { get; set; } = 1.4f; /// /// Gets or sets a value indicating the level of font resolution between 1 to 5.