This commit is contained in:
Soreepeong 2024-07-25 20:19:22 +09:00
parent 1f34db5039
commit ef64a67d10
3 changed files with 4 additions and 5 deletions

View file

@ -1,5 +1,3 @@
using System.Diagnostics;
using Dalamud.Interface.Internal.ReShadeHandling;
using Dalamud.Utility;
@ -44,7 +42,7 @@ internal unsafe partial class InterfaceManager
{
var swapChainNative = swapChain.GetNative<IDXGISwapChain>();
if (this.RenderDalamudCheckAndInitialize(swapChainNative) is { } activeScene)
if (this.RenderDalamudCheckAndInitialize(swapChainNative, 0) is { } activeScene)
this.RenderDalamudDraw(activeScene);
}