Skip to content

Commit

Permalink
minor fix dx12
Browse files Browse the repository at this point in the history
  • Loading branch information
turanszkij committed May 1, 2023
1 parent afd0243 commit bb5cf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WickedEngine/wiGraphicsDevice_DX12.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit bb5cf3a

Please sign in to comment.