Skip to content

Commit

Permalink
Remove code comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
bagnell committed Aug 2, 2016
1 parent f057cf1 commit 7c324c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Scene/Camera.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ define([
Camera.prototype._adjustHeightForTerrain = function() {
var scene = this._scene;

// Should these be moved to the camera?
var screenSpaceCameraController = scene.screenSpaceCameraController;
var enableCollisionDetection = screenSpaceCameraController.enableCollisionDetection;
var minimumCollisionTerrainHeight = screenSpaceCameraController.minimumCollisionTerrainHeight;
Expand Down

0 comments on commit 7c324c6

Please # to comment.