mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Fixed GCC warning.:
This commit is contained in:
@@ -150,9 +150,7 @@ void showExampleDialog(entry::AppI* _app, const char* _errorText)
|
||||
}
|
||||
else if (ImGui::IsItemHovered() )
|
||||
{
|
||||
char tmp[1024];
|
||||
bx::snprintf(tmp, BX_COUNTOF(tmp), "Documentation: %.*s", url.getLength(), url.getPtr() );
|
||||
ImGui::SetTooltip(tmp);
|
||||
ImGui::SetTooltip("Documentation: %.*s", url.getLength(), url.getPtr() );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user