Skip to content

Commit

Permalink
Add note about why we need to call debugLines initially
Browse files Browse the repository at this point in the history
  • Loading branch information
timkurvers committed May 11, 2020
1 parent 2606812 commit 4339e71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gfx/Screen/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class Screen {
// TODO: Continuously render screen, not on click
document.addEventListener('click', this.render);

// Required for now to ensure the rendering program is loaded when needed
this.debugLines();
}

Expand Down

0 comments on commit 4339e71

Please sign in to comment.