change to penumbra.api, fix animations requiring a redraw to be picked up again

This commit is contained in:
rootdarkarchon
2022-12-18 15:31:25 +01:00
parent e725c010d7
commit de37e22c20
6 changed files with 126 additions and 65 deletions

View File

@@ -182,6 +182,8 @@ public class CachedPlayer
{
break;
}
await Task.Delay(TimeSpan.FromSeconds(2)).ConfigureAwait(false);
}
ApplyBaseData(moddedPaths);