From 0ff46fa8607aed239dd73729660ea2420e40d85e Mon Sep 17 00:00:00 2001 From: Ottermandias Date: Thu, 26 May 2022 15:23:46 +0200 Subject: [PATCH] blep --- Penumbra/Interop/FontReloader.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Penumbra/Interop/FontReloader.cs b/Penumbra/Interop/FontReloader.cs index c962ae37..aad57199 100644 --- a/Penumbra/Interop/FontReloader.cs +++ b/Penumbra/Interop/FontReloader.cs @@ -4,7 +4,8 @@ using FFXIVClientStructs.FFXIV.Component.GUI; namespace Penumbra.Interop; -// Handle font reloading via +// Handle font reloading via game functions. +// May cause a interface flicker while reloading. public static unsafe class FontReloader { private static readonly AtkModule* AtkModule = null; @@ -43,7 +44,7 @@ public static unsafe class FontReloader { return; } - + var atkModule = uiModule->GetRaptureAtkModule(); if( atkModule == null ) {