mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Proper string printing.
This commit is contained in:
parent
d1beb12dc3
commit
096022a718
@ -696,7 +696,7 @@ bool View::DrawImpl()
|
||||
{
|
||||
m_notificationTime -= io.DeltaTime;
|
||||
ImGui::SameLine();
|
||||
ImGui::TextDisabled( m_notificationText.c_str() );
|
||||
ImGui::TextDisabled( "%s", m_notificationText.c_str() );
|
||||
}
|
||||
DrawFrames();
|
||||
DrawZones();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user