Skip to content

Commit

Permalink
[nemo][embedlite] Disable MSAA on mobile. Fixes JB#44402
Browse files Browse the repository at this point in the history
Similar to Android mobile.
  • Loading branch information
rainemak committed Aug 21, 2019
1 parent 79508ea commit 7e1b426
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions embedding/embedlite/embedding.js
Expand Up @@ -34,6 +34,9 @@ pref("ui.threedshadow", "#aea194");
pref("ui.window", "#efebe7");
pref("ui.windowtext", "#101010");
pref("ui.windowframe", "#efebe7");
// WebGL prefs
// Disable MSAA on mobile (similar to Android)
pref("gl.msaa-level", 0);
// Enable webgl by force
pref("webgl.force-enabled", true);
// Setup dumping enabled for development
Expand Down

0 comments on commit 7e1b426

Please sign in to comment.