Merge pull request #26064 from xaviergonz/patch-6

[PIXI.js] invalid powerPreference type
This commit is contained in:
Benjamin Lichtman
2018-05-31 20:37:35 -07:00
committed by GitHub

View File

@@ -787,7 +787,7 @@ declare namespace PIXI {
/**
* Parameter passed to webgl context, set to "high-performance" for devices with dual graphics card
*/
powerPreference?: boolean;
powerPreference?: "high-performance";
}
interface ApplicationOptions extends RendererOptions {
/**