Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
karimnaaji committed Nov 4, 2021
1 parent 7ef3d45 commit 69c7fae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/render/draw_sky.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import {skyboxCaptureUniformValues} from './program/skybox_capture_program.js';
import SkyLayer from '../style/style_layer/sky_style_layer.js';
import type Painter from './painter.js';
import {vec3, mat3, mat4} from 'gl-matrix';
import {getTransitionToMercatorEndRange} from '../geo/projection/index.js';
import assert from 'assert';

export default drawSky;
Expand Down

0 comments on commit 69c7fae

Please sign in to comment.