We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd0243 commit bb5cf3aCopy full SHA for bb5cf3a
WickedEngine/wiGraphicsDevice_DX12.cpp
@@ -2978,7 +2978,7 @@ using namespace dx12_internal;
2978
wi::helper::messageBox(ss.str(), "Warning!");
2979
}
2980
2981
- 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);
2982
2983
GraphicsDevice_DX12::~GraphicsDevice_DX12()
2984
{
0 commit comments