fixed bugs where parsed display modes weren't being saved

This commit is contained in:
R. Aidan Campbell 2017-02-24 15:57:15 -07:00
parent db9a22f971
commit 2d4fc6628f

View File

@ -213,7 +213,7 @@ NvHTTP.prototype = {
if(!this.supportedDisplayModes[yres + ':' + xres].includes(fps)) {
this.supportedDisplayModes[yres + ':' + xres].push(fps);
}
});
}.bind(this));
} catch (err) {
// we don't need this data, so no error handling necessary
}