Rename relative hw samples to "impact".

This commit is contained in:
Bartosz Taudul 2021-07-18 15:35:15 +02:00
parent 83b159b43b
commit d0fad4fd39
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -1247,7 +1247,7 @@ void SourceView::RenderSymbolView( Worker& worker, View& view )
{
SmallCheckbox( ICON_FA_HAMMER " Hw samples", &m_hwSamples );
ImGui::SameLine();
SmallCheckbox( "Relative", &m_hwSamplesRelative );
SmallCheckbox( ICON_FA_CAR_CRASH " Impact", &m_hwSamplesRelative );
ImGui::SameLine();
ImGui::Spacing();
ImGui::SameLine();