The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

external: Fix typo in DearImGui demo.

+1 -1
+1 -1
src/external/imgui/imgui/implot_demo.cpp
··· 608 608 static double t_max = 1609459200; // 01/01/2021 @ 12:00:00am (UTC) 609 609 610 610 ImGui::BulletText("When ImPlotAxisFlags_Time is enabled on the X-Axis, values are interpreted as\n" 611 - "UNIX timestamps in seconds and axis labels are formated as date/time."); 611 + "UNIX timestamps in seconds and axis labels are formatted as date/time."); 612 612 ImGui::BulletText("By default, labels are in UTC time but can be set to use local time instead."); 613 613 614 614 ImGui::Checkbox("Use Local Time",&ImPlot::GetStyle().UseLocalTime);