From dd870c1339b8825f56d2af3fd03f0143d3a0237e Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Thu, 8 Feb 2024 03:02:12 +0200 Subject: [PATCH] fix compilation --- overlay_experimental/windows/DX12_Hook.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay_experimental/windows/DX12_Hook.cpp b/overlay_experimental/windows/DX12_Hook.cpp index 7eae38a9..bba513d9 100644 --- a/overlay_experimental/windows/DX12_Hook.cpp +++ b/overlay_experimental/windows/DX12_Hook.cpp @@ -90,7 +90,7 @@ bool DX12_Hook::IsStarted() DX12_Hook::heap_t DX12_Hook::get_free_texture_heap() { - int64_t i; + uint32_t i; for (i = 0; i < srvDescHeapBitmap.size(); ++i) { if (!srvDescHeapBitmap[i]) { srvDescHeapBitmap[i] = true;