mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Include a number of frames to wait after zone changes before redrawing, configurable in advanced settings.
This commit is contained in:
parent
12ee42df8e
commit
7793b9beec
4 changed files with 42 additions and 4 deletions
|
|
@ -22,6 +22,7 @@ namespace Penumbra
|
|||
|
||||
public bool EnableHttpApi { get; set; }
|
||||
public bool EnableActorWatch { get; set; } = false;
|
||||
public int WaitFrames { get; set; } = 30;
|
||||
|
||||
public string ModDirectory { get; set; } = string.Empty;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue