Skip to content

Commit

Permalink
Remove extra SceneTransitioner instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
fredj committed Oct 31, 2016
1 parent 8126d5d commit f583887
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/Scene/Scene.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,6 @@ define([

this._mapProjection = defined(options.mapProjection) ? options.mapProjection : new GeographicProjection();

this._transitioner = new SceneTransitioner(this, this._mapProjection.ellipsoid);

/**
* The current morph transition time between 2D/Columbus View and 3D,
* with 0.0 being 2D or Columbus View and 1.0 being 3D.
Expand Down

0 comments on commit f583887

Please sign in to comment.