Skip to content

Commit

Permalink
Merge pull request #7187 from AnalyticalGraphicsInc/eslint-error
Browse files Browse the repository at this point in the history
Fix eslint error in master.
  • Loading branch information
bagnell authored Oct 24, 2018
2 parents a0a8ad4 + c29adf0 commit e3649be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Transforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ define([

var normal = defaultValue(ellipsoid, Ellipsoid.WGS84).geodeticSurfaceNormal(position, normalScratch);
var right = Cartesian3.cross(velocity, normal, rightScratch);

if (Cartesian3.equalsEpsilon(right, Cartesian3.ZERO, CesiumMath.EPSILON6)) {
right = Cartesian3.clone(Cartesian3.UNIT_X, right);
}
Expand Down

0 comments on commit e3649be

Please sign in to comment.