diff --git a/src/Artemis.Core/Models/Profile/RenderProfileElement.cs b/src/Artemis.Core/Models/Profile/RenderProfileElement.cs index 55d948c89..a30f31c17 100644 --- a/src/Artemis.Core/Models/Profile/RenderProfileElement.cs +++ b/src/Artemis.Core/Models/Profile/RenderProfileElement.cs @@ -238,7 +238,7 @@ namespace Artemis.Core { // If we are at the end of the main timeline, wrap around back to the beginning if (DisplayContinuously && TimelinePosition >= mainSegmentEnd) - TimelinePosition = StartSegmentLength + (mainSegmentEnd - TimelinePosition); + TimelinePosition = StartSegmentLength; } else {