Fixed bug.

This commit is contained in:
Бранимир Караџић 2021-10-03 09:13:28 -07:00
parent 8bf13f7f4f
commit f99a6b4246

View File

@ -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;