mirror of
https://github.com/Llennpie/Saturn.git
synced 2025-01-22 23:52:09 -05:00
add timeline editor toggle
This commit is contained in:
parent
78c4a635d8
commit
d0d3257eb7
1 changed files with 2 additions and 0 deletions
|
@ -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];
|
||||||
|
|
Loading…
Reference in a new issue