Compile fix
This commit is contained in:
@@ -7,7 +7,7 @@ class ElectronSetup {
|
|||||||
|
|
||||||
static function main()
|
static function main()
|
||||||
{
|
{
|
||||||
electron.main.App.commandLine.appendSwitch('ignore-gpu-blacklist', 'true');
|
untyped (electron.main.App).commandLine.appendSwitch('ignore-gpu-blacklist', 'true');
|
||||||
|
|
||||||
var windows:Array<OpenFLWindow> = [
|
var windows:Array<OpenFLWindow> = [
|
||||||
::foreach windows::
|
::foreach windows::
|
||||||
|
|||||||
Reference in New Issue
Block a user