Add support for GL 32-bit color depth on native (close #698)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user