mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
fix: auto-reload player resources at load
This commit is contained in:
parent
8adeab1ba5
commit
f1d8ce0221
1 changed files with 5 additions and 2 deletions
|
|
@ -49,7 +49,10 @@ namespace Penumbra
|
|||
|
||||
ResourceLoader.Init();
|
||||
ResourceLoader.Enable();
|
||||
|
||||
|
||||
// Needed to reload body textures with mods
|
||||
GameUtils.ReloadPlayerResources();
|
||||
|
||||
SettingsInterface = new SettingsInterface( this );
|
||||
PluginInterface.UiBuilder.OnBuildUi += SettingsInterface.Draw;
|
||||
|
||||
|
|
@ -91,4 +94,4 @@ namespace Penumbra
|
|||
SettingsInterface.Visible = !SettingsInterface.Visible;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue