Skip to content

Commit

Permalink
Fix debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinborner authored Dec 23, 2024
1 parent 6b1c6e1 commit 52ba7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
useWebGL = false;
MAXRES = 3;
window.debugInfo.innerHTML +=
"detected Apple/Safari, falling back to Canvas with MAXRES=3.<br>";
"detected Phone/Safari, falling back to Canvas with MAXRES=3.<br>";
}

const canvas = window.canvas;
Expand Down

0 comments on commit 52ba7ad

Please sign in to comment.