mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 12:27:43 +00:00
ImGuiEngine updates & use ImGui stdlib functions
This commit is contained in:
@@ -65,9 +65,9 @@ private:
|
||||
bool m_inspectActiveOnly = false;
|
||||
bool m_inspectCurrentAreaOnly = false;
|
||||
|
||||
std::array<char, 40> m_inspectFilterText{};
|
||||
std::array<char, 40> m_layersFilterText{};
|
||||
std::array<char, 40> m_cvarFiltersText{};
|
||||
std::string m_inspectFilterText;
|
||||
std::string m_layersFilterText;
|
||||
std::string m_cvarFiltersText;
|
||||
|
||||
// Debug overlays
|
||||
bool m_frameCounter = m_cvarCommons.m_debugOverlayShowFrameCounter->toBoolean();
|
||||
|
||||
Reference in New Issue
Block a user