mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 20:54:16 +01:00
Update for API 9
This commit is contained in:
parent
50f6de7809
commit
21d503a8cd
61 changed files with 210 additions and 192 deletions
|
|
@ -1,4 +1,4 @@
|
|||
using Dalamud.Game;
|
||||
using Dalamud.Plugin.Services;
|
||||
using OtterGui.Classes;
|
||||
using Penumbra.Api;
|
||||
using Penumbra.Api.Enums;
|
||||
|
|
@ -382,7 +382,7 @@ public class CollectionCacheManager : IDisposable
|
|||
/// <summary>
|
||||
/// Update forced files only on framework.
|
||||
/// </summary>
|
||||
private void OnFramework(Framework _)
|
||||
private void OnFramework(IFramework _)
|
||||
{
|
||||
while (_changeQueue.TryDequeue(out var changeData))
|
||||
changeData.Apply();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue