Skip to content

Commit

Permalink
Update pixel-adventure-game-desktop.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Vital-Vuillaume authored Dec 30, 2023
1 parent 1e2692f commit f341746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pixel-adventure-game-desktop.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*if (window.location.protocol != "https:") {
if (window.location.protocol != "https:") {
window.location.protocol="https:";
}*/
}

const canvas = document.querySelector('canvas');
const c = canvas.getContext('2d');
Expand Down

0 comments on commit f341746

Please sign in to comment.