mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-09 16:51:31 +00:00
[client] add ImPlot and rework latency graphs
This commit is contained in:
@@ -80,7 +80,7 @@ static int alert_render(void * udata, bool interactive, struct Rect * windowRect
|
||||
ImGuiWindowFlags_NoNav | ImGuiWindowFlags_NoTitleBar
|
||||
);
|
||||
|
||||
igPushFont(g_state.fontLarge);
|
||||
igPushFont(g_state.fontLarge, 0.0f);
|
||||
igText("%s", l_alert.message);
|
||||
igPopFont();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user