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

Rename worldLayers -> m_worldLayers

This commit is contained in:
2021-05-27 17:24:08 -04:00
parent 75e84a467b
commit 4d92c87463
3 changed files with 4 additions and 4 deletions

View File

@@ -790,7 +790,7 @@ void ImGuiConsole::ShowLayersWindow() {
if (!layers) {
continue;
}
if (ImGui::TreeNode(world.first.c_str())) {
auto worldLayerState = g_GameState->StateForWorld(world.second).GetLayerState();
u32 startNameIdx = 0;