1
0
Fork 0
mirror of https://github.com/gwm17/implot.git synced 2024-10-09 15:47:26 -04:00

Update README.md

This commit is contained in:
Evan Pezent 2020-08-16 15:43:41 -05:00 committed by GitHub
parent a011de9e3f
commit 73eb27456a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ Consult `implot_demo.cpp` for a comprehensive example of ImPlot's features.
## Integration
1) Add `implot.h`, `implot_internal.h`, `implot.cpp`, `implot_items.cpp` and optionally `implot_demo.cpp` to your sources.
2) Create and destroy an `ImPlotContext` wherever you create your `ImGuiContext`:
2) Create and destroy an `ImPlotContext` wherever you do so for your `ImGuiContext`:
```cpp
ImGui::CreateContext();