ImGui::BeginNeoTimelineEx is not checking for being visible - performance issue with many timelines
ImGui::BeginNeoTimelineEx should add
if (!ImGui::IsItemVisible()) {
return false;
}
ImGui::BeginNeoTimelineEx should add
if (!ImGui::IsItemVisible()) {
return false;
}