Increase height of frame graph.

This commit is contained in:
Bartosz Taudul 2019-08-03 14:52:09 +02:00
parent 58003e7a6b
commit 6c958f6177

View File

@ -894,7 +894,7 @@ void View::DrawFrames()
{
assert( m_worker.GetFrameCount( *m_frames ) != 0 );
const auto Height = 40 * ImGui::GetTextLineHeight() / 15.f;
const auto Height = 50 * ImGui::GetTextLineHeight() / 15.f;
enum { MaxFrameTime = 50 * 1000 * 1000 }; // 50ms