Update font awesome and migrate to v6 headers.

This commit is contained in:
Bartosz Taudul
2022-08-17 12:07:38 +02:00
parent ef35c01e14
commit 4bcb59bbe6
28 changed files with 13638 additions and 11229 deletions

View File

@@ -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];