mirror of
https://github.com/gwm17/implot.git
synced 2024-11-13 22:48:50 -05:00
Merge branch 'master' of https://github.com/epezent/implot
This commit is contained in:
commit
d7e3cc78ac
|
@ -237,8 +237,8 @@ struct TransformerLogLog {
|
|||
|
||||
template <typename T>
|
||||
struct MaxIdx { static const unsigned int Value; };
|
||||
const unsigned int MaxIdx<unsigned short>::Value = 65535;
|
||||
const unsigned int MaxIdx<unsigned int>::Value = 4294967295;
|
||||
template <> const unsigned int MaxIdx<unsigned short>::Value = 65535;
|
||||
template <> const unsigned int MaxIdx<unsigned int>::Value = 4294967295;
|
||||
|
||||
/// Renders primitive shapes in bulk as efficiently as possible.
|
||||
template <typename Renderer>
|
||||
|
|
Loading…
Reference in New Issue
Block a user