2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 14:27:42 +00:00

Add filter & warp to Layers window

This commit is contained in:
2021-05-29 01:40:04 -04:00
parent 37f24d4cc5
commit 1bf00f1444
2 changed files with 50 additions and 8 deletions

View File

@@ -59,6 +59,7 @@ private:
bool m_inspectActiveOnly = false;
bool m_inspectCurrentAreaOnly = false;
std::array<char, 40> m_inspectFilterText{};
std::array<char, 40> m_layersFilterText{};
// Debug overlays
bool m_frameCounter = m_cvarCommons.m_debugOverlayShowFrameCounter->toBoolean();