mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 07:17:45 +01:00
fix
This commit is contained in:
parent
1f34db5039
commit
ef64a67d10
3 changed files with 4 additions and 5 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue