add timeline editor toggle

This commit is contained in:
dominicentek 2023-08-15 21:46:12 +02:00
parent 78c4a635d8
commit d0d3257eb7

View file

@ -312,6 +312,8 @@ void imgui_machinima_quick_options() {
ImGui::Combo("Environment###env_dropdown", (int*)&gLevelEnv, mEnvSettings, IM_ARRAYSIZE(mEnvSettings)); ImGui::Combo("Environment###env_dropdown", (int*)&gLevelEnv, mEnvSettings, IM_ARRAYSIZE(mEnvSettings));
ImGui::PopItemWidth(); ImGui::PopItemWidth();
} }
ImGui::Separator();
ImGui::MenuItem("Timeline Editor###timeline_editor_open", "F6", &k_popout_open);
} }
static char animSearchTerm[128]; static char animSearchTerm[128];