1
0
Fork 0
mirror of https://github.com/gwm17/implot.git synced 2024-11-22 18:28:53 -05:00

custom context management (same way as in ImGui) (#278)

This commit is contained in:
sergeyn 2021-08-24 17:08:00 +02:00 committed by GitHub
parent 3e96fd7c02
commit 0fb3346a7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,8 +85,9 @@ You can read releases logs https://github.com/epezent/implot/releases for more d
#endif
// Global plot context
#ifndef GImPlot
ImPlotContext* GImPlot = NULL;
#endif
//-----------------------------------------------------------------------------
// Struct Implementations
//-----------------------------------------------------------------------------