ui: Make use of ImPlot to drastically improve information view

This commit is contained in:
WerWolv
2021-03-02 13:49:45 +01:00
parent 2e4eaf8d33
commit de327cf3a4
5 changed files with 55 additions and 15 deletions

View File

@@ -26,7 +26,7 @@ namespace hex {
float m_highestBlockEntropy = 0;
std::vector<float> m_blockEntropy;
std::array<float, 256> m_valueCounts = { 0 };
std::array<u64, 256> m_valueCounts = { 0 };
bool m_analyzing = false;
std::pair<u64, u64> m_analyzedRegion = { 0, 0 };