VOXEDIT: fixed imgui assert

master
Martin Gerhardy 2022-05-23 21:03:13 +02:00
parent 2e370517e0
commit 85ba00bfe5
1 changed files with 1 additions and 1 deletions

View File

@ -50,8 +50,8 @@ void AnimationTimeline::update(const char *sequencerTitle, ImGuiID dockIdMainDow
}
ImGui::EndNeoSequencer();
}
ImGui::End();
}
ImGui::End();
}
}