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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user