Skip to content

Commit

Permalink
Remove unused ellipsoid param in SceneTransitioner constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
fredj committed Oct 31, 2016
1 parent f583887 commit 8a64c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Scene/SceneTransitioner.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ define([
/**
* @private
*/
function SceneTransitioner(scene, ellipsoid) {
function SceneTransitioner(scene) {
//>>includeStart('debug', pragmas.debug);
if (!defined(scene)) {
throw new DeveloperError('scene is required.');
Expand Down

0 comments on commit 8a64c70

Please sign in to comment.