mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 21:24:18 +01:00
Let's do this one more time.
This commit is contained in:
parent
7b0be25f6e
commit
a89aafb310
1 changed files with 1 additions and 1 deletions
|
|
@ -433,7 +433,7 @@ public sealed unsafe partial class RedrawService : IDisposable
|
||||||
|
|
||||||
private void OnModFileChanged(Mod _1, FileRegistry _2)
|
private void OnModFileChanged(Mod _1, FileRegistry _2)
|
||||||
{
|
{
|
||||||
if (!_config.ForceRedrawOnFileChange)
|
if (!_config.Ephemeral.ForceRedrawOnFileChange)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
RedrawObject(0, RedrawType.Redraw);
|
RedrawObject(0, RedrawType.Redraw);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue