mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-05 21:09:12 +00:00
Update font awesome and migrate to v6 headers.
This commit is contained in:
@@ -396,7 +396,7 @@ void View::DrawCallstackCalls( uint32_t callstack, uint16_t limit ) const
|
||||
else
|
||||
{
|
||||
ImGui::SameLine();
|
||||
TextDisabledUnformatted( ICON_FA_LONG_ARROW_ALT_LEFT );
|
||||
TextDisabledUnformatted( ICON_FA_LEFT_LONG );
|
||||
ImGui::SameLine();
|
||||
}
|
||||
const auto& frame = frameData->data[frameData->size - 1];
|
||||
|
||||
Reference in New Issue
Block a user