From 36d2b0a55478f7953f7e762f7d7d9449c9409bec Mon Sep 17 00:00:00 2001 From: Panos Karabelas Date: Sun, 19 Nov 2023 19:12:02 +0000 Subject: [PATCH] index change --- editor/Widgets/WorldViewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/Widgets/WorldViewer.cpp b/editor/Widgets/WorldViewer.cpp index a6d453deb..13d5eb99e 100644 --- a/editor/Widgets/WorldViewer.cpp +++ b/editor/Widgets/WorldViewer.cpp @@ -71,7 +71,7 @@ namespace "6. Sponza", "7. Doom E1M1" }; - static int item_index = 3; // car + static int item_index = 4; // forest static int item_count = IM_ARRAYSIZE(items); ImGui::PushItemWidth(450.0f * Spartan::Window::GetDpiScale()); ImGui::ListBox("##list_box", &item_index, items, item_count, item_count);