mirror of
https://github.com/wolfpld/tracy
synced 2025-05-03 06:03:51 +00:00
Flip UV.
This commit is contained in:
parent
cd2f572a2f
commit
c46576a68c
@ -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();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user