Procházet zdrojové kódy

bumped webgl context limit (fixes #3729)

Eugene Pankov před 4 roky
rodič
revize
767bc8e56f
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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('max-active-webgl-contexts', '9000')
         app.commandLine.appendSwitch('lang', 'EN')
         app.allowRendererProcessReuse = false