Make penumbra initialization before game code has run possible.

This commit is contained in:
Ottermandias 2022-06-29 11:42:55 +02:00
parent f13893cf77
commit 9ae843731d
19 changed files with 610 additions and 672 deletions

View file

@ -135,7 +135,7 @@ public partial class ConfigWindow
private static void DrawReloadResourceButton()
{
if( ImGui.Button( "Reload Resident Resources" ) )
if( ImGui.Button( "Reload Resident Resources" ) && Penumbra.CharacterUtility.Ready )
{
Penumbra.ResidentResources.Reload();
}