Prechádzať zdrojové kódy

bumped webgl context limit (fixes #3729)

Eugene Pankov 4 rokov pred
rodič
commit
767bc8e56f
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      app/lib/app.ts

+ 1 - 0
app/lib/app.ts

@@ -47,6 +47,7 @@ export class Application {
         }
         }
 
 
         app.commandLine.appendSwitch('disable-http-cache')
         app.commandLine.appendSwitch('disable-http-cache')
+        app.commandLine.appendSwitch('max-active-webgl-contexts', '9000')
         app.commandLine.appendSwitch('lang', 'EN')
         app.commandLine.appendSwitch('lang', 'EN')
         app.allowRendererProcessReuse = false
         app.allowRendererProcessReuse = false