minor fix dx12

This commit is contained in:
Turánszki János
2023-05-01 16:42:09 +02:00
parent afd024395a
commit bb5cf3ad41
+1 -1
View File
@@ -2978,7 +2978,7 @@ using namespace dx12_internal;
wi::helper::messageBox(ss.str(), "Warning!");
}
wi::backlog::post("Created GraphicsDevice_DX12 (" + std::to_string((int)std::round(timer.elapsed())) + " ms)\Adapter: " + adapterName);
wi::backlog::post("Created GraphicsDevice_DX12 (" + std::to_string((int)std::round(timer.elapsed())) + " ms)\nAdapter: " + adapterName);
}
GraphicsDevice_DX12::~GraphicsDevice_DX12()
{