Skip to content

Commit

Permalink
refactor: remove commented out code in renderSky function
Browse files Browse the repository at this point in the history
  • Loading branch information
vladjerca committed Aug 21, 2024
1 parent 5356f37 commit b25ec22
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions renderer/internal/renderSky.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,4 @@ export function renderSky(canvas) {
renderAtlas({ canvas, colors, state });
renderClouds({ canvas, colors, state });
renderStarships({ canvas, colors, state });
}

/*
function drawSky() {
drawStarships();
}
*/
}

0 comments on commit b25ec22

Please sign in to comment.