1
0
mirror of https://github.com/wolfpld/tracy synced 2025-05-03 22:13:51 +00:00
This commit is contained in:
Bartosz Taudul 2019-06-06 22:22:23 +02:00
parent cd2f572a2f
commit c46576a68c

View File

@ -1653,7 +1653,7 @@ bool View::DrawZoneFrames( const FrameData& frames )
{ {
UpdateTexture( m_frameTexture, fi->ptr, fi->w, fi->h ); UpdateTexture( m_frameTexture, fi->ptr, fi->w, fi->h );
} }
ImGui::Image( m_frameTexture, ImVec2( fi->w, fi->h ) ); ImGui::Image( m_frameTexture, ImVec2( fi->w, fi->h ), ImVec2( 0, 1 ), ImVec2( 1, 0 ) );
} }
ImGui::EndTooltip(); ImGui::EndTooltip();