1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

Don't copy short_ptr.

This commit is contained in:
Bartosz Taudul 2021-11-15 02:18:19 +01:00
parent 641338cb3c
commit 176bc279f1
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -15441,7 +15441,7 @@ void View::DrawPlayback()
const auto scale = ImGui::GetTextLineHeight() / 15.f;
const auto frameSet = m_worker.GetFramesBase();
const auto& frameImages = m_worker.GetFrameImages();
const auto fi = frameImages[m_playback.frame];
const auto& fi = frameImages[m_playback.frame];
const auto ficnt = m_worker.GetFrameImageCount();
const auto tstart = m_worker.GetFrameBegin( *frameSet, fi->frameRef );