From f99a6b424697a6cbe01e935fcda6970ae5d0da6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Sun, 3 Oct 2021 09:13:28 -0700 Subject: [PATCH] Fixed bug. --- src/dxgi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dxgi.cpp b/src/dxgi.cpp index 948c24e85..767f89e42 100644 --- a/src/dxgi.cpp +++ b/src/dxgi.cpp @@ -219,7 +219,7 @@ namespace bgfx BX_TRACE("\tMemory: %s (video), %s (system), %s (shared)" , dedicatedVideo , dedicatedSystem - , desc.SharedSystemMemory + , sharedSystem ); _caps.gpu[ii].vendorId = (uint16_t)desc.VendorId;