SamuelM0422 commited on
Commit
4649bcc
·
verified ·
1 Parent(s): 06a4229

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -61,7 +61,7 @@
61
 
62
  if (/iPhone|iPad|iPod|Android/i.test(navigator.userAgent)) {
63
  container.className = "unity-mobile";
64
- config.devicePixelRatio = 5;
65
  }
66
  loadingCover.style.display = "";
67
 
 
61
 
62
  if (/iPhone|iPad|iPod|Android/i.test(navigator.userAgent)) {
63
  container.className = "unity-mobile";
64
+ config.devicePixelRatio = 2;
65
  }
66
  loadingCover.style.display = "";
67