Fixed warning when builidng with IMGUI_DISABLE_DEBUG_TOOLS.

features/potocpav-newer-lines-2
ocornut ago%!(EXTRA string=2 years)
parent 779568bb38
commit 223b19f116
  1. 2
      imgui_widgets.cpp

@ -6792,7 +6792,7 @@ void ImGui::DebugNodeTypingSelectState(ImGuiTypingSelectState* data)
Text("SingleCharMode = %d, Size = %d, Lock = %d", data->Request.SingleCharMode, data->Request.SingleCharSize, data->SingleCharModeLock);
Text("LastRequest = time: %.2f, frame: %d", data->LastRequestTime, data->LastRequestFrame);
#else
IM_UNUSED(storage);
IM_UNUSED(data);
#endif
}

Loading…
Cancel
Save