Include a number of frames to wait after zone changes before redrawing, configurable in advanced settings.

This commit is contained in:
Ottermandias 2021-07-26 16:48:49 +02:00
parent 12ee42df8e
commit 7793b9beec
4 changed files with 42 additions and 4 deletions

View file

@ -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;