From bb5cf3ad411d59e15ea97ad1935511e255158a15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tur=C3=A1nszki=20J=C3=A1nos?= Date: Mon, 1 May 2023 16:42:09 +0200 Subject: [PATCH] minor fix dx12 --- WickedEngine/wiGraphicsDevice_DX12.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WickedEngine/wiGraphicsDevice_DX12.cpp b/WickedEngine/wiGraphicsDevice_DX12.cpp index 5c6f7980c9..37058ebe3b 100644 --- a/WickedEngine/wiGraphicsDevice_DX12.cpp +++ b/WickedEngine/wiGraphicsDevice_DX12.cpp @@ -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() {