forked from Green-Sky/tomato
fix typo
thx nil
This commit is contained in:
parent
9402ff666f
commit
211ecd1aa1
@ -17,7 +17,7 @@ void StreamManagerUI::render(void) {
|
|||||||
// TODO: drop all menu sep?
|
// TODO: drop all menu sep?
|
||||||
//ImGui::Separator(); // os already exists (very hacky)
|
//ImGui::Separator(); // os already exists (very hacky)
|
||||||
if (ImGui::BeginMenu("ObjectStore")) {
|
if (ImGui::BeginMenu("ObjectStore")) {
|
||||||
if (ImGui::MenuItem("Stream Manger", nullptr, _show_window)) {
|
if (ImGui::MenuItem("Stream Manager", nullptr, _show_window)) {
|
||||||
_show_window = !_show_window;
|
_show_window = !_show_window;
|
||||||
}
|
}
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
|
Loading…
Reference in New Issue
Block a user