mirror of
https://github.com/gwm17/implot.git
synced 2024-11-23 02:38:53 -05:00
custom context management (same way as in ImGui) (#278)
This commit is contained in:
parent
3e96fd7c02
commit
0fb3346a7a
|
@ -85,8 +85,9 @@ You can read releases logs https://github.com/epezent/implot/releases for more d
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Global plot context
|
// Global plot context
|
||||||
|
#ifndef GImPlot
|
||||||
ImPlotContext* GImPlot = NULL;
|
ImPlotContext* GImPlot = NULL;
|
||||||
|
#endif
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Struct Implementations
|
// Struct Implementations
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user