Skip to content

Commit

Permalink
Core: WoWScreenDXGI: addonSize string
Browse files Browse the repository at this point in the history
  • Loading branch information
Xian55 committed Nov 17, 2023
1 parent fe463f0 commit da103bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/WoWScreen/WowScreenDXGI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public void InitFrames(DataFrame[] frames)
addonTexture?.Dispose();
addonTexture = device.CreateTexture2D(addonTextureDesc);

logger.LogDebug($"DataFrames {frames.Length} - Texture: {addonSize.Width}x{addonSize.Height}");
logger.LogDebug($"DataFrames {frames.Length} - Texture: {addonSize}");
}

[SkipLocalsInit]
Expand Down

0 comments on commit da103bc

Please sign in to comment.