Files
UnrealEngineUWP/Engine/Source/Editor/MovieSceneTools
ludovic chabant fa713d6200 Sequencer: fix displaying of looping sub-sections
We were iterating until our offset from the start of the section reached the end time of the section... which meant we iterated for the whole length of the section plus its offset from the origin. Now we just iterate for the *length* of the section.

#rb david.bromberg, Max.Chen

[CL 30864885 by ludovic chabant in ue5-main branch]
2024-01-24 17:40:46 -05:00
..