mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 00:49:55 +00:00
Allow TTS Files for VideoSync. (#3354)
Rewrite TTSReader Stream Merge Add gpi reset.
This commit is contained in:
committed by
GitHub
parent
cee6f0329a
commit
da3e8212cf
@@ -394,7 +394,6 @@ void GeoPointInterpolator::Push(double distance, double altitude)
|
||||
|
||||
geolocation geo(0, 0, altitude);
|
||||
xyz point = geo.toxyz();
|
||||
point.y() = distance;
|
||||
|
||||
DistancePointInterpolator<SphericalTwoPointInterpolator>::Push(distance, point);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user