Skip to content

Commit bb5cf3a

Browse files
committed
minor fix dx12
1 parent afd0243 commit bb5cf3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WickedEngine/wiGraphicsDevice_DX12.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2978,7 +2978,7 @@ using namespace dx12_internal;
29782978
wi::helper::messageBox(ss.str(), "Warning!");
29792979
}
29802980

2981-
wi::backlog::post("Created GraphicsDevice_DX12 (" + std::to_string((int)std::round(timer.elapsed())) + " ms)\Adapter: " + adapterName);
2981+
wi::backlog::post("Created GraphicsDevice_DX12 (" + std::to_string((int)std::round(timer.elapsed())) + " ms)\nAdapter: " + adapterName);
29822982
}
29832983
GraphicsDevice_DX12::~GraphicsDevice_DX12()
29842984
{

0 commit comments

Comments
 (0)