ag-timemachine
Advanced tools
Comparing version 1.0.29 to 1.0.30
{ | ||
"name": "ag-timemachine", | ||
"version": "1.0.29", | ||
"version": "1.0.30", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -116,3 +116,3 @@ "use strict"; | ||
span = span / (1 - _this._speed.value); | ||
_this.buffer.target.value = AgHelper_1.AgHelper.offsetTime(_this.checkpoint.value.time, span); | ||
_this.buffer.target.value = AgHelper_1.AgHelper.offsetTime(_this.checkpoint.value.target, span); | ||
_this.normalizeTarget(); | ||
@@ -119,0 +119,0 @@ }); |
66140