- Moderator
- #251
Looking at commit log when testing the merge :
So maybe I have already merged the code
C#:
/// Get, Set TimeshiftPosition for placeshift
/// </summary>
public double TimeshiftPosition
{
get { return _TimeshiftPosition; }
set { _TimeshiftPosition = value; }
}
So maybe I have already merged the code