Skip to content

Commit

Permalink
index change
Browse files Browse the repository at this point in the history
  • Loading branch information
PanosK92 committed Nov 19, 2023
1 parent d2eefba commit 36d2b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/Widgets/WorldViewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 36d2b0a

Please sign in to comment.