Tweak the reported last render message slightly

This commit is contained in:
Marek Roszko 2021-02-15 17:34:59 -05:00
parent f997deec75
commit f2552d7bc1
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ void EDA_3D_CANVAS::DoRePaint()
// Calculation time in milliseconds
const double calculation_time = (double)( GetRunningMicroSecs() - strtime) / 1e3;
activityReporter.Report( wxString::Format( _( "Render time %.0f ms" ),
activityReporter.Report( wxString::Format( _( "Last render time %.0f ms" ),
calculation_time ) );
}
}