Add support for GL 32-bit color depth on native (close #698)

This commit is contained in:
Joshua Granick
2017-06-05 13:29:37 -07:00
parent b60f6bd94e
commit 6589b22c6f
9 changed files with 31 additions and 5 deletions

View File

@@ -1982,6 +1982,7 @@ class CommandLineTools {
}
if (field == "window-allow-high-dpi") property = "allowHighDPI";
if (field == "window-color-depth") property = "colorDepth";
var fieldReference = Reflect.field (overrides, fieldName);