diff --git a/src/gui/options/options.js b/src/gui/options/options.js index 8dcd085b3a29220d851bc9408af8aaccdf402ac2..2b7d42332821c717d474afd0077d6318193e9d3e 100644 --- a/src/gui/options/options.js +++ b/src/gui/options/options.js @@ -1072,7 +1072,8 @@ App.UI.artOptions = function() { " and put the 'webgl' folder into the resources/ folder where this html file is. Then refresh the page."); options.addOption("Supersampling (SSAA)", "setSuperSampling") - .addValue("0.25", 0.25).off().addValue("0.5", 0.5).off().addValue("1", 1).off().addValue("2", 2).on().addValue("4", 4).off(); + .addValue("0.25", 0.25).off().addValue("0.5", 0.5).off().addValue("1", 1).off().addValue("2", 2).on().addValue("4", 4).off() + .addComment("This effectively multiplies the resolution of the render before downsampling again. Use a smaller factor for low-end GPU's."); } options.addOption("PA avatar art is", "seeAvatar")