timeline: fixed commit issue
This commit is contained in:
@@ -85,7 +85,6 @@ public:
|
||||
|
||||
static TimeRange TransformRangeFromBlock(const Block* block, const TimeRange& range)
|
||||
{
|
||||
return range + block->in();
|
||||
return TimeRange(TransformTimeFromBlock(block, range.in()), TransformTimeFromBlock(block, range.out()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user