Corrected one log

This commit is contained in:
cdozdil
2025-12-01 00:15:24 +03:00
parent a9e74b90fe
commit 2c99f89c8d
+1 -1
View File
@@ -1265,7 +1265,7 @@ bool FSRFG_Dx12::Present()
{
if (_uiCommandListResetted[fIndex])
{
LOG_DEBUG("Executing _uiCommandList[fIndex][{}]: {:X}", fIndex, (size_t) _uiCommandList[fIndex]);
LOG_DEBUG("Executing _uiCommandList[{}]: {:X}", fIndex, (size_t) _uiCommandList[fIndex]);
auto closeResult = _uiCommandList[fIndex]->Close();
if (closeResult == S_OK)