mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-03 06:38:14 +00:00
[client] app: add keybind to toggle frame timing information display
This commit is contained in:
@@ -642,6 +642,9 @@ bool rbCalcMetrics(int index, float * value, float * udata)
|
||||
|
||||
bool app_renderImGui(void)
|
||||
{
|
||||
if (!g_state.showTiming)
|
||||
return false;
|
||||
|
||||
igNewFrame();
|
||||
|
||||
ImGuiStyle * style = igGetStyle();
|
||||
|
||||
Reference in New Issue
Block a user