mirror of
https://github.com/gwm17/implot.git
synced 2024-11-26 20:28:50 -05:00
change demo back to float
This commit is contained in:
parent
1884d3d7d5
commit
5cc168dbf0
|
@ -56,7 +56,7 @@ namespace ImPlot {
|
||||||
/// NB: You don't ever need to typdef of define values for ImPlot. This
|
/// NB: You don't ever need to typdef of define values for ImPlot. This
|
||||||
/// is only being done here for the sake of demoing both precision types.
|
/// is only being done here for the sake of demoing both precision types.
|
||||||
|
|
||||||
#define IMPLOT_DEMO_USE_DOUBLE
|
// #define IMPLOT_DEMO_USE_DOUBLE
|
||||||
#ifdef IMPLOT_DEMO_USE_DOUBLE
|
#ifdef IMPLOT_DEMO_USE_DOUBLE
|
||||||
typedef double t_float;
|
typedef double t_float;
|
||||||
typedef ImPlotPoint t_float2;
|
typedef ImPlotPoint t_float2;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user