Skip to content

Commit

Permalink
Fix main flow and lint (internal-235)
Browse files Browse the repository at this point in the history
  • Loading branch information
karimnaaji committed Dec 7, 2020
1 parent b93d709 commit 5ed472e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/style/style_layer/sky_style_layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import type {RGBAImage} from '../../util/image';
import type SkyboxGeometry from '../../render/skybox_geometry';
import type {LightPosition} from '../light';
import {warnOnce, degToRad} from '../../util/util';
import type Painter from '../../render/painter';
import {vec3, quat} from 'gl-matrix';

function getCelestialDirection(azimuth: number, altitude: number, leftHanded: boolean): vec3 {
Expand Down

0 comments on commit 5ed472e

Please sign in to comment.