Skip to content

Commit 558f48b

Browse files
committed
Remove lines
1 parent bf36de5 commit 558f48b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/three/renderer/controls/EnvironmentControls.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ export class EnvironmentControls extends EventDispatcher {
192192
*/
193193
this.useFallbackPlane = true;
194194

195-
// flight
196195
/**
197196
* When true, enables keyboard flight: W/A/S/D and arrow keys move forward/back/strafe, Q/E move
198197
* up/down, and Shift multiplies speed by `flightSpeedMultiplier`. Right-click or Shift+left-click
@@ -214,7 +213,6 @@ export class EnvironmentControls extends EventDispatcher {
214213
*/
215214
this.flightSpeedMultiplier = 4;
216215

217-
218216
// settings for GlobeControls
219217
this.scaleZoomOrientationAtEdges = false;
220218
this.autoAdjustCameraRotation = true;

0 commit comments

Comments
 (0)