Skip to content
Snippets Groups Projects
Commit 1eaba2ca authored by d.kilic's avatar d.kilic
Browse files

Breaking! Switch sign on user given time offset for MoCap

parent ea3bcd7c
No related branches found
No related tags found
1 merge request!287Resolve "Time Offset direction"
......@@ -164,7 +164,7 @@ double MoCapPersonMetadata::getSamplerate() const
double MoCapPersonMetadata::getOffset() const
{
return mUserTimeOffset + mFileTimeOffset;
return -mUserTimeOffset + mFileTimeOffset;
}
double MoCapPersonMetadata::getUserTimeOffset() const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment