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;